#577A8C

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

Shades of Hoki #577A8C

Tints of Hoki #577A8C

Color information

#577A8C (or 0x577A8C) is unknown color: approx Hoki. HEX triplet: 57, 7A and 8C. RGB value is (87,122,140). Sum of RGB (Red+Green+Blue) = 87+122+140=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #577A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A8C is #A88573. Grayscale: #717171. Windows color (decimal): -11044212 or 9206359. OLE color: 9206359.

HSL color Cylindrical-coordinate representation of color #577A8C: hue angle of 200.38º degrees, saturation: 0.23, 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 #577A8C is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87122140-
CMYK0.380.1300.45
HSL200.38º23.35%44.51%-
HSV(B)200.38º37.86%54.9%-
XYZ15.6217.8427.43-
YUV113.59142.9109.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=24.93%
G=34.96%
B=40.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871221400.380.1300.45200.3823.3544.51
Hex577A8C26D02Dc8172d
Octal12717221446150553102755
Binary1010111111101010001100100110110101011011100100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577A8C; }

 p { color: rgb(87,122,140); }

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

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

 a { background-color: rgb(87,122,140); }

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

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

 span { border-color: rgb(87,122,140); }

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