#557F89

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

Shades of Hoki #557F89

Tints of Hoki #557F89

Color information

#557F89 (or 0x557F89) is unknown color: approx Hoki. HEX triplet: 55, 7F and 89. RGB value is (85,127,137). Sum of RGB (Red+Green+Blue) = 85+127+137=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #557F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F89 is #AA8076. Grayscale: #737373. Windows color (decimal): -11174007 or 9011029. OLE color: 9011029.

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

Color convert

RGB85127137-
CMYK0.380.0700.46
HSL191.54º23.42%43.53%-
HSV(B)191.54º37.96%53.73%-
XYZ15.8518.9226.48-
YUV115.58140.09106.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=24.36%
G=36.39%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851271370.380.0700.46191.5423.4243.53
Hex557F8926702Ec0172c
Octal1251772114670563002754
Binary101010111111111000100110011011101011101100000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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