Html Css Color HEX #577E91 Hoki

📋 copy color: '#577E91'

red 87 ◦ green 126 ◦ blue 145

#577E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #577E91

Tints of Hoki #577E91

RGB

 RED value IS 87 (34.38% from 255) = 24.3%

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 24.3%
G = 35.2%
B = 40.5%

CMYK

 C value IS 0.4

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577E91 (or 0x577E91) is known color: Hoki. HEX triplet: 57, 7E and 91. RGB value is (87,126,145). Sum of RGB (Red+Green+Blue) = 87+126+145=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #577E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E91 is #A8816E. Grayscale: #747474. Windows color (decimal): -11043183 or 9535063. OLE color: 9535063.

HSL color Cylindrical-coordinate representation of color #577E91: hue angle of 199.66º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #577E91 is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 126 145 -
CMYK 0.4 0.13 0 0.43
HSL 199.66º 0.25% 0.45% -
HSV(B) 199.66º 0.4% 0.57% -
XYZ 16.5 18.99 29.58 -
YUV 116.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 87 126 145 0.4 0.13 0 0.43 199.66 0.25 0.45
Hex 57 7E 91 28 D 0 2B C8 19 2D
Octal 127 176 221 50 15 0 53 310 31 55
Binary 1010111 1111110 10010001 101000 1101 0 101011 11001000 11001 101101

Color Harmonies of #577E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577E91

Black with #577E91

Text Example


Text Example

White with #577E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #577E91;
 }
 .AnyTagClassName
 {
   color: #577E91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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