#577B85

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

Shades of Hoki #577B85

Tints of Hoki #577B85

Color information

#577B85 (or 0x577B85) is unknown color: approx Hoki. HEX triplet: 57, 7B and 85. RGB value is (87,123,133). Sum of RGB (Red+Green+Blue) = 87+123+133=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #577B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B85 is #A8847A. Grayscale: #717171. Windows color (decimal): -11043963 or 8747863. OLE color: 8747863.

HSL color Cylindrical-coordinate representation of color #577B85: hue angle of 193.04º 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 #577B85 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87123133-
CMYK0.350.0800.48
HSL193.04º20.91%43.14%-
HSV(B)193.04º34.59%52.16%-
XYZ15.2517.8924.84-
YUV113.38139.07109.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=25.36%
G=35.86%
B=38.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871231330.350.0800.48193.0420.9143.14
Hex577B85238030c1152b
Octal12717320543100603012553
Binary1010111111101110000101100011100001100001100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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