#57808D

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

Shades of Hoki #57808D

Tints of Hoki #57808D

Color information

#57808D (or 0x57808D) is unknown color: approx Hoki. HEX triplet: 57, 80 and 8D. RGB value is (87,128,141). Sum of RGB (Red+Green+Blue) = 87+128+141=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #57808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57808D is #A87F72. Grayscale: #757575. Windows color (decimal): -11042675 or 9273431. OLE color: 9273431.

HSL color Cylindrical-coordinate representation of color #57808D: hue angle of 194.44º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57808D is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87128141-
CMYK0.380.0900.45
HSL194.44º23.68%44.71%-
HSV(B)194.44º38.3%55.29%-
XYZ16.4619.3928.07-
YUV117.22141.42106.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=24.44%
G=35.96%
B=39.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871281410.380.0900.45194.4423.6844.71
Hex57808D26902Dc2182d
Octal12720021546110553023055
Binary10101111000000010001101100110100101011011100001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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