#577B8A

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

Shades of Hoki #577B8A

Tints of Hoki #577B8A

Color information

#577B8A (or 0x577B8A) is unknown color: approx Hoki. HEX triplet: 57, 7B and 8A. RGB value is (87,123,138). Sum of RGB (Red+Green+Blue) = 87+123+138=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #577B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B8A is #A88475. Grayscale: #717171. Windows color (decimal): -11043958 or 9075543. OLE color: 9075543.

HSL color Cylindrical-coordinate representation of color #577B8A: hue angle of 197.65º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #577B8A is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87123138-
CMYK0.370.1100.46
HSL197.65º22.67%44.12%-
HSV(B)197.65º36.96%54.12%-
XYZ15.618.0326.7-
YUV113.95141.57108.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=25%
G=35.34%
B=39.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871231380.370.1100.46197.6522.6744.12
Hex577B8A25B02Ec6172c
Octal12717321245130563062754
Binary1010111111101110001010100101101101011101100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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