#577C8B

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

Shades of Hoki #577C8B

Tints of Hoki #577C8B

Color information

#577C8B (or 0x577C8B) is unknown color: approx Hoki. HEX triplet: 57, 7C and 8B. RGB value is (87,124,139). Sum of RGB (Red+Green+Blue) = 87+124+139=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #577C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C8B is #A88374. Grayscale: #727272. Windows color (decimal): -11043701 or 9141335. OLE color: 9141335.

HSL color Cylindrical-coordinate representation of color #577C8B: hue angle of 197.31º 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 #577C8B is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87124139-
CMYK0.370.1100.45
HSL197.31º23.01%44.31%-
HSV(B)197.31º37.41%54.51%-
XYZ15.818.3127.13-
YUV114.65141.74108.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=24.86%
G=35.43%
B=39.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871241390.370.1100.45197.3123.0144.31
Hex577C8B25B02Dc5172c
Octal12717421345130553052754
Binary1010111111110010001011100101101101011011100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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