#557F8E

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

Shades of Hoki #557F8E

Tints of Hoki #557F8E

Color information

#557F8E (or 0x557F8E) is unknown color: approx Hoki. HEX triplet: 55, 7F and 8E. RGB value is (85,127,142). Sum of RGB (Red+Green+Blue) = 85+127+142=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #557F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F8E is #AA8071. Grayscale: #747474. Windows color (decimal): -11174002 or 9338709. OLE color: 9338709.

HSL color Cylindrical-coordinate representation of color #557F8E: hue angle of 195.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557F8E is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85127142-
CMYK0.400.1100.44
HSL195.79º25.11%44.51%-
HSV(B)195.79º40.14%55.69%-
XYZ16.2219.0628.42-
YUV116.15142.59105.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=24.01%
G=35.88%
B=40.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851271420.400.1100.44195.7925.1144.51
Hex557F8E28B02Cc4192d
Octal12517721650130543043155
Binary1010101111111110001110101000101101011001100010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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