#577B90

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

Shades of Hoki #577B90

Tints of Hoki #577B90

Color information

#577B90 (or 0x577B90) is unknown color: approx Hoki. HEX triplet: 57, 7B and 90. RGB value is (87,123,144). Sum of RGB (Red+Green+Blue) = 87+123+144=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #577B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B90 is #A8846F. Grayscale: #727272. Windows color (decimal): -11043952 or 9468759. OLE color: 9468759.

HSL color Cylindrical-coordinate representation of color #577B90: hue angle of 202.11º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577B90 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87123144-
CMYK0.400.1500.44
HSL202.11º24.68%45.29%-
HSV(B)202.11º39.58%56.47%-
XYZ16.0518.2129.05-
YUV114.63144.57108.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=24.58%
G=34.75%
B=40.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871231440.400.1500.44202.1124.6845.29
Hex577B9028F02Cca192d
Octal12717322050170543123155
Binary1010111111101110010000101000111101011001100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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