#577C85

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

Shades of Hoki #577C85

Tints of Hoki #577C85

Color information

#577C85 (or 0x577C85) is unknown color: approx Hoki. HEX triplet: 57, 7C and 85. RGB value is (87,124,133). Sum of RGB (Red+Green+Blue) = 87+124+133=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #577C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C85 is #A8837A. Grayscale: #717171. Windows color (decimal): -11043707 or 8748119. OLE color: 8748119.

HSL color Cylindrical-coordinate representation of color #577C85: hue angle of 191.74º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577C85 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87124133-
CMYK0.350.0700.48
HSL191.74º20.91%43.14%-
HSV(B)191.74º34.59%52.16%-
XYZ15.3718.1324.88-
YUV113.96138.74108.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=25.29%
G=36.05%
B=38.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871241330.350.0700.48191.7420.9143.14
Hex577C85237030c0152b
Octal1271742054370603002553
Binary101011111111001000010110001111101100001100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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