#577B8E

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

Shades of Hoki #577B8E

Tints of Hoki #577B8E

Color information

#577B8E (or 0x577B8E) is unknown color: approx Hoki. HEX triplet: 57, 7B and 8E. RGB value is (87,123,142). Sum of RGB (Red+Green+Blue) = 87+123+142=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #577B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B8E is #A88471. Grayscale: #727272. Windows color (decimal): -11043954 or 9337687. OLE color: 9337687.

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

Color convert

RGB87123142-
CMYK0.390.1300.44
HSL200.73º24.02%44.9%-
HSV(B)200.73º38.73%55.69%-
XYZ15.918.1528.26-
YUV114.4143.57108.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=24.72%
G=34.94%
B=40.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871231420.390.1300.44200.7324.0244.9
Hex577B8E27D02Cc9182d
Octal12717321647150543113055
Binary1010111111101110001110100111110101011001100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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