#57818E

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

Shades of Hoki #57818E

Tints of Hoki #57818E

Color information

#57818E (or 0x57818E) is unknown color: approx Hoki. HEX triplet: 57, 81 and 8E. RGB value is (87,129,142). Sum of RGB (Red+Green+Blue) = 87+129+142=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #57818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57818E is #A87E71. Grayscale: #757575. Windows color (decimal): -11042418 or 9339223. OLE color: 9339223.

HSL color Cylindrical-coordinate representation of color #57818E: hue angle of 194.18º 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 #57818E is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87129142-
CMYK0.390.0900.44
HSL194.18º24.02%44.9%-
HSV(B)194.18º38.73%55.69%-
XYZ16.6619.6828.51-
YUV117.92141.59105.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=24.30%
G=36.03%
B=39.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871291420.390.0900.44194.1824.0244.9
Hex57818E27902Cc2182d
Octal12720121647110543023055
Binary10101111000000110001110100111100101011001100001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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