#57808E

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

Shades of Hoki #57808E

Tints of Hoki #57808E

Color information

#57808E (or 0x57808E) is unknown color: approx Hoki. HEX triplet: 57, 80 and 8E. RGB value is (87,128,142). Sum of RGB (Red+Green+Blue) = 87+128+142=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #57808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57808E is #A87F71. Grayscale: #757575. Windows color (decimal): -11042674 or 9338967. OLE color: 9338967.

HSL color Cylindrical-coordinate representation of color #57808E: hue angle of 195.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57808E is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87128142-
CMYK0.390.1000.44
HSL195.27º24.02%44.9%-
HSV(B)195.27º38.73%55.69%-
XYZ16.5319.4228.47-
YUV117.34141.92106.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=24.37%
G=35.85%
B=39.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871281420.390.1000.44195.2724.0244.9
Hex57808E27A02Cc3182d
Octal12720021647120543033055
Binary10101111000000010001110100111101001011001100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57808E; }

 p { color: rgb(87,128,142); }

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

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

 a { background-color: rgb(87,128,142); }

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

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

 span { border-color: rgb(87,128,142); }

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