#557789

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

Shades of Hoki #557789

Tints of Hoki #557789

Color information

#557789 (or 0x557789) is unknown color: approx Hoki. HEX triplet: 55, 77 and 89. RGB value is (85,119,137). Sum of RGB (Red+Green+Blue) = 85+119+137=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #557789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557789 is #AA8876. Grayscale: #6E6E6E. Windows color (decimal): -11176055 or 9008981. OLE color: 9008981.

HSL color Cylindrical-coordinate representation of color #557789: hue angle of 200.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557789 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85119137-
CMYK0.380.1300.46
HSL200.77º23.42%43.53%-
HSV(B)200.77º37.96%53.73%-
XYZ14.8616.9326.15-
YUV110.89142.74109.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=24.93%
G=34.90%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851191370.380.1300.46200.7723.4243.53
Hex55778926D02Ec9172c
Octal12516721146150563112754
Binary1010101111011110001001100110110101011101100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557789; }

 p { color: rgb(85,119,137); }

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

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

 a { background-color: rgb(85,119,137); }

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

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

 span { border-color: rgb(85,119,137); }

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