#577E8A

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

Shades of Hoki #577E8A

Tints of Hoki #577E8A

Color information

#577E8A (or 0x577E8A) is unknown color: approx Hoki. HEX triplet: 57, 7E and 8A. RGB value is (87,126,138). Sum of RGB (Red+Green+Blue) = 87+126+138=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #577E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E8A is #A88175. Grayscale: #737373. Windows color (decimal): -11043190 or 9076311. OLE color: 9076311.

HSL color Cylindrical-coordinate representation of color #577E8A: hue angle of 194.12º 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 #577E8A is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87126138-
CMYK0.370.0900.46
HSL194.12º22.67%44.12%-
HSV(B)194.12º36.96%54.12%-
XYZ15.9818.7826.83-
YUV115.71140.58107.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=24.79%
G=35.90%
B=39.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871261380.370.0900.46194.1222.6744.12
Hex577E8A25902Ec2172c
Octal12717621245110563022754
Binary1010111111111010001010100101100101011101100001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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