#577F8F

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

Shades of Hoki #577F8F

Tints of Hoki #577F8F

Color information

#577F8F (or 0x577F8F) is unknown color: approx Hoki. HEX triplet: 57, 7F and 8F. RGB value is (87,127,143). Sum of RGB (Red+Green+Blue) = 87+127+143=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #577F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F8F is #A88070. Grayscale: #747474. Windows color (decimal): -11042929 or 9404247. OLE color: 9404247.

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

Color convert

RGB87127143-
CMYK0.390.1100.44
HSL197.14º24.35%45.1%-
HSV(B)197.14º39.16%56.08%-
XYZ16.4819.1928.82-
YUV116.86142.75106.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=24.37%
G=35.57%
B=40.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871271430.390.1100.44197.1424.3545.1
Hex577F8F27B02Cc5182d
Octal12717721747130543053055
Binary1010111111111110001111100111101101011001100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,127,143); }

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

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

 a { background-color: rgb(87,127,143); }

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

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

 span { border-color: rgb(87,127,143); }

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