Html Css Color HEX #577F91 Horizon

📋 copy color: '#577F91'

red 87 ◦ green 127 ◦ blue 145

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

Shades of Horizon #577F91

Tints of Horizon #577F91

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

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

R = 24.23%
G = 35.38%
B = 40.39%

CMYK

 C value IS 0.4

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#577F91 (or 0x577F91) is known color: Horizon. HEX triplet: 57, 7F and 91. RGB value is (87,127,145). Sum of RGB (Red+Green+Blue) = 87+127+145=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #577F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F91 is #A8806E. Grayscale: #747474. Windows color (decimal): -11042927 or 9535319. OLE color: 9535319.

HSL color Cylindrical-coordinate representation of color #577F91: hue angle of 198.62º 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 #577F91 is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 127 145 -
CMYK 0.4 0.12 0 0.43
HSL 198.62º 0.25% 0.45% -
HSV(B) 198.62º 0.4% 0.57% -
XYZ 16.63 19.25 29.63 -
YUV 117.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 87 127 145 0.4 0.12 0 0.43 198.62 0.25 0.45
Hex 57 7F 91 28 C 0 2B C7 19 2D
Octal 127 177 221 50 14 0 53 307 31 55
Binary 1010111 1111111 10010001 101000 1100 0 101011 11000111 11001 101101

Color Harmonies of #577F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F91

Black with #577F91

Text Example


Text Example

White with #577F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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