#064F57

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

Shades of Sherpa Blue #064F57

Tints of Sherpa Blue #064F57

Color information

#064F57 (or 0x064F57) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4F and 57. RGB value is (6,79,87). Sum of RGB (Red+Green+Blue) = 6+79+87=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #064F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F57 is #F9B0A8. Grayscale: #393939. Windows color (decimal): -16363689 or 5721862. OLE color: 5721862.

HSL color Cylindrical-coordinate representation of color #064F57: hue angle of 185.93º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064F57 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB67987-
CMYK0.930.0900.66
HSL185.93º87.1%18.24%-
HSV(B)185.93º93.1%34.12%-
XYZ4.596.329.99-
YUV58.08144.3290.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=3.49%
G=45.93%
B=50.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal679870.930.0900.66185.9387.118.24
Hex64F575D9042ba5712
Octal611712713511010227212722
Binary11010011111010111101110110010100001010111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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