#005052

Color #005052 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #005052

Tints of Sherpa Blue #005052

Color information

#005052 (or 0x005052) is unknown color: approx Sherpa Blue. HEX triplet: 00, 50 and 52. RGB value is (0,80,82). Sum of RGB (Red+Green+Blue) = 0+80+82=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #005052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005052 is #FFAFAD. Grayscale: #383838. Windows color (decimal): -16756654 or 5394432. OLE color: 5394432.

HSL color Cylindrical-coordinate representation of color #005052: hue angle of 181.46º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005052 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB08082-
CMYK10.0200.68
HSL181.46º100%16.08%-
HSV(B)181.46º100%32.16%-
XYZ4.396.358.98-
YUV56.31142.587.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 82 (32.42% from 255) = 50.62%
R=0%
G=49.38%
B=50.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0808210.0200.68181.4610016.08
Hex05052642044b56410
Octal01201221442010426514420
Binary0101000010100101100100100100010010110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005052; }

 p { color: rgb(0,80,82); }

 H1.HeaderClassName
 {
   color: #005052;
 }
 .AnyTagClassName
 {
   color: #005052;
 }
</style>
background-color css

<style>
 a { background-color: #005052; }

 a { background-color: rgb(0,80,82); }

 div.DivClassName
 {
   background-color: #005052;
 }
 .BgClassName
 {
   background-color: #005052;
 }
</style>
border-color css

<style>
 span { border-color: #005052; }

 span { border-color: rgb(0,80,82); }

 td.TdClassName
 {
   border-color: #005052;
 }
 .TagClassName
 {
   border-color: #005052;
 }
</style>