Html Css Color HEX #577E93 Horizon

📋 copy color: '#577E93'

red 87 ◦ green 126 ◦ blue 147

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

Shades of Horizon #577E93

Tints of Horizon #577E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 24.17%
G = 35%
B = 40.83%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#577E93 (or 0x577E93) is known color: Horizon. HEX triplet: 57, 7E and 93. RGB value is (87,126,147). Sum of RGB (Red+Green+Blue) = 87+126+147=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #577E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E93 is #A8816C. Grayscale: #747474. Windows color (decimal): -11043181 or 9666135. OLE color: 9666135.

HSL color Cylindrical-coordinate representation of color #577E93: hue angle of 201º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577E93 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 126 147 -
CMYK 0.41 0.14 0 0.42
HSL 201º 0.26% 0.46% -
HSV(B) 201º 0.41% 0.58% -
XYZ 16.66 19.05 30.4 -
YUV 116.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 87 126 147 0.41 0.14 0 0.42 201 0.26 0.46
Hex 57 7E 93 29 E 0 2A C9 1A 2E
Octal 127 176 223 51 16 0 52 311 32 56
Binary 1010111 1111110 10010011 101001 1110 0 101010 11001001 11010 101110

Color Harmonies of #577E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577E93

Black with #577E93

Text Example


Text Example

White with #577E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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