#064F52

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

Shades of Sherpa Blue #064F52

Tints of Sherpa Blue #064F52

Color information

#064F52 (or 0x064F52) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4F and 52. RGB value is (6,79,82). Sum of RGB (Red+Green+Blue) = 6+79+82=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #064F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F52 is #F9B0AD. Grayscale: #393939. Windows color (decimal): -16363694 or 5394182. OLE color: 5394182.

HSL color Cylindrical-coordinate representation of color #064F52: hue angle of 182.37º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F52 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67982-
CMYK0.930.0400.68
HSL182.37º86.36%17.25%-
HSV(B)182.37º92.68%32.16%-
XYZ4.396.248.96-
YUV57.51141.8291.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=3.59%
G=47.31%
B=49.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal679820.930.0400.68182.3786.3617.25
Hex64F525D4044b65611
Octal61171221354010426612621
Binary1101001111101001010111011000100010010110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F52; }

 p { color: rgb(6,79,82); }

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

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

 a { background-color: rgb(6,79,82); }

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

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

 span { border-color: rgb(6,79,82); }

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