#064550

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

Shades of Sherpa Blue #064550

Tints of Sherpa Blue #064550

Color information

#064550 (or 0x064550) is unknown color: approx Sherpa Blue. HEX triplet: 06, 45 and 50. RGB value is (6,69,80). Sum of RGB (Red+Green+Blue) = 6+69+80=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #064550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064550 is #F9BAAF. Grayscale: #333333. Windows color (decimal): -16366256 or 5260550. OLE color: 5260550.

HSL color Cylindrical-coordinate representation of color #064550: hue angle of 188.92º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064550 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66980-
CMYK0.920.1400.69
HSL188.92º86.05%16.86%-
HSV(B)188.92º92.5%31.37%-
XYZ3.654.878.34-
YUV51.42144.1395.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=3.87%
G=44.52%
B=51.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal669800.920.1400.69188.9286.0516.86
Hex645505CE045bd5611
Octal610512013416010527512621
Binary11010001011010000101110011100100010110111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064550; }

 p { color: rgb(6,69,80); }

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

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

 a { background-color: rgb(6,69,80); }

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

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

 span { border-color: rgb(6,69,80); }

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