#557E89

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

Shades of Hoki #557E89

Tints of Hoki #557E89

Color information

#557E89 (or 0x557E89) is unknown color: approx Hoki. HEX triplet: 55, 7E and 89. RGB value is (85,126,137). Sum of RGB (Red+Green+Blue) = 85+126+137=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #557E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E89 is #AA8176. Grayscale: #727272. Windows color (decimal): -11174263 or 9010773. OLE color: 9010773.

HSL color Cylindrical-coordinate representation of color #557E89: hue angle of 192.69º 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 #557E89 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85126137-
CMYK0.380.0800.46
HSL192.69º23.42%43.53%-
HSV(B)192.69º37.96%53.73%-
XYZ15.7218.6626.44-
YUV114.99140.42106.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=24.43%
G=36.21%
B=39.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851261370.380.0800.46192.6923.4243.53
Hex557E8926802Ec1172c
Octal12517621146100563012754
Binary1010101111111010001001100110100001011101100000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557E89; }

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

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

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

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

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

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

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

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