#577986

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

Shades of Hoki #577986

Tints of Hoki #577986

Color information

#577986 (or 0x577986) is unknown color: approx Hoki. HEX triplet: 57, 79 and 86. RGB value is (87,121,134). Sum of RGB (Red+Green+Blue) = 87+121+134=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #577986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577986 is #A88679. Grayscale: #707070. Windows color (decimal): -11044474 or 8812887. OLE color: 8812887.

HSL color Cylindrical-coordinate representation of color #577986: hue angle of 196.6º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577986 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87121134-
CMYK0.350.1000.47
HSL196.6º21.27%43.33%-
HSV(B)196.6º35.07%52.55%-
XYZ15.0717.4225.12-
YUV112.32140.24109.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=25.44%
G=35.38%
B=39.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871211340.350.1000.47196.621.2743.33
Hex57798623A02Fc5152b
Octal12717120643120573052553
Binary1010111111100110000110100011101001011111100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577986; }

 p { color: rgb(87,121,134); }

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

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

 a { background-color: rgb(87,121,134); }

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

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

 span { border-color: rgb(87,121,134); }

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