#064B58

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

Shades of Sherpa Blue #064B58

Tints of Sherpa Blue #064B58

Color information

#064B58 (or 0x064B58) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4B and 58. RGB value is (6,75,88). Sum of RGB (Red+Green+Blue) = 6+75+88=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #064B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B58 is #F9B4A7. Grayscale: #373737. Windows color (decimal): -16364712 or 5786374. OLE color: 5786374.

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

Color convert

RGB67588-
CMYK0.930.1500.65
HSL189.51º87.23%18.43%-
HSV(B)189.51º93.18%34.51%-
XYZ4.355.7810.12-
YUV55.85146.1492.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=3.55%
G=44.38%
B=52.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal675880.930.1500.65189.5187.2318.43
Hex64B585DF041be5712
Octal611313013517010127612722
Binary11010010111011000101110111110100000110111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,75,88); }

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

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

 a { background-color: rgb(6,75,88); }

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

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

 span { border-color: rgb(6,75,88); }

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