#577787

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

Shades of Hoki #577787

Tints of Hoki #577787

Color information

#577787 (or 0x577787) is unknown color: approx Hoki. HEX triplet: 57, 77 and 87. RGB value is (87,119,135). Sum of RGB (Red+Green+Blue) = 87+119+135=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #577787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577787 is #A88878. Grayscale: #6F6F6F. Windows color (decimal): -11044985 or 8877911. OLE color: 8877911.

HSL color Cylindrical-coordinate representation of color #577787: hue angle of 200º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #577787 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87119135-
CMYK0.360.1200.47
HSL200º21.62%43.53%-
HSV(B)200º35.56%52.94%-
XYZ14.916.9725.41-
YUV111.26141.4110.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=25.51%
G=34.90%
B=39.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871191350.360.1200.4720021.6243.53
Hex57778724C02Fc8162c
Octal12716720744140573102654
Binary1010111111011110000111100100110001011111100100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577787; }

 p { color: rgb(87,119,135); }

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

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

 a { background-color: rgb(87,119,135); }

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

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

 span { border-color: rgb(87,119,135); }

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