#57828B

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

Shades of Hoki #57828B

Tints of Hoki #57828B

Color information

#57828B (or 0x57828B) is unknown color: approx Hoki. HEX triplet: 57, 82 and 8B. RGB value is (87,130,139). Sum of RGB (Red+Green+Blue) = 87+130+139=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #57828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57828B is #A87D74. Grayscale: #767676. Windows color (decimal): -11042165 or 9142871. OLE color: 9142871.

HSL color Cylindrical-coordinate representation of color #57828B: hue angle of 190.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57828B is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87130139-
CMYK0.370.0600.45
HSL190.38º23.01%44.31%-
HSV(B)190.38º37.41%54.51%-
XYZ16.5719.8627.39-
YUV118.17139.75105.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=24.44%
G=36.52%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871301390.370.0600.45190.3823.0144.31
Hex57828B25602Dbe172c
Octal1272022134560552762754
Binary1010111100000101000101110010111001011011011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57828B; }

 p { color: rgb(87,130,139); }

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

<style>
 a { background-color: #57828B; }

 a { background-color: rgb(87,130,139); }

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

<style>
 span { border-color: #57828B; }

 span { border-color: rgb(87,130,139); }

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