#064C5B

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

Shades of Sherpa Blue #064C5B

Tints of Sherpa Blue #064C5B

Color information

#064C5B (or 0x064C5B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4C and 5B. RGB value is (6,76,91). Sum of RGB (Red+Green+Blue) = 6+76+91=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #064C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C5B is #F9B3A4. Grayscale: #383838. Windows color (decimal): -16364453 or 5983238. OLE color: 5983238.

HSL color Cylindrical-coordinate representation of color #064C5B: hue angle of 190.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064C5B is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67691-
CMYK0.930.1600.64
HSL190.59º87.63%19.02%-
HSV(B)190.59º93.41%35.69%-
XYZ4.555.9610.81-
YUV56.78147.3191.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=3.47%
G=43.93%
B=52.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal676910.930.1600.64190.5987.6319.02
Hex64C5B5D10040bf5813
Octal611413313520010027713023
Binary110100110010110111011101100000100000010111111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,91); }

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

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

 a { background-color: rgb(6,76,91); }

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

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

 span { border-color: rgb(6,76,91); }

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