#577D8B

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

Shades of Hoki #577D8B

Tints of Hoki #577D8B

Color information

#577D8B (or 0x577D8B) is unknown color: approx Hoki. HEX triplet: 57, 7D and 8B. RGB value is (87,125,139). Sum of RGB (Red+Green+Blue) = 87+125+139=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #577D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D8B is #A88274. Grayscale: #737373. Windows color (decimal): -11043445 or 9141591. OLE color: 9141591.

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

Color convert

RGB87125139-
CMYK0.370.1000.45
HSL196.15º23.01%44.31%-
HSV(B)196.15º37.41%54.51%-
XYZ15.9218.5627.17-
YUV115.23141.41107.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=24.79%
G=35.61%
B=39.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871251390.370.1000.45196.1523.0144.31
Hex577D8B25A02Dc4172c
Octal12717521345120553042754
Binary1010111111110110001011100101101001011011100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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