#577886

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

Shades of Hoki #577886

Tints of Hoki #577886

Color information

#577886 (or 0x577886) is unknown color: approx Hoki. HEX triplet: 57, 78 and 86. RGB value is (87,120,134). Sum of RGB (Red+Green+Blue) = 87+120+134=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #577886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577886 is #A88779. Grayscale: #6F6F6F. Windows color (decimal): -11044730 or 8812631. OLE color: 8812631.

HSL color Cylindrical-coordinate representation of color #577886: hue angle of 197.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577886 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87120134-
CMYK0.350.1000.47
HSL197.87º21.27%43.33%-
HSV(B)197.87º35.07%52.55%-
XYZ14.9517.1825.08-
YUV111.73140.57110.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=25.51%
G=35.19%
B=39.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871201340.350.1000.47197.8721.2743.33
Hex57788623A02Fc6152b
Octal12717020643120573062553
Binary1010111111100010000110100011101001011111100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577886; }

 p { color: rgb(87,120,134); }

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

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

 a { background-color: rgb(87,120,134); }

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

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

 span { border-color: rgb(87,120,134); }

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