Html Css Color HEX #577E92 Horizon

📋 copy color: '#577E92'

red 87 ◦ green 126 ◦ blue 146

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

Shades of Horizon #577E92

Tints of Horizon #577E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 24.23%
G = 35.1%
B = 40.67%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577E92 (or 0x577E92) is known color: Horizon. HEX triplet: 57, 7E and 92. RGB value is (87,126,146). Sum of RGB (Red+Green+Blue) = 87+126+146=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #577E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E92 is #A8816D. Grayscale: #747474. Windows color (decimal): -11043182 or 9600599. OLE color: 9600599.

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

Color convert

RGB 87 126 146 -
CMYK 0.40 0.14 0 0.43
HSL 200.34º 0.25% 0.46% -
HSV(B) 200.34º 0.4% 0.57% -
XYZ 16.58 19.02 29.99 -
YUV 116.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 87 126 146 0.40 0.14 0 0.43 200.34 0.25 0.46
Hex 57 7E 92 28 E 0 2B C8 19 2E
Octal 127 176 222 50 16 0 53 310 31 56
Binary 1010111 1111110 10010010 101000 1110 0 101011 11001000 11001 101110

Color Harmonies of #577E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577E92

Black with #577E92

Text Example


Text Example

White with #577E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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