Html Css Color HEX #578297 Horizon

📋 copy color: '#578297'

red 87 ◦ green 130 ◦ blue 151

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

Shades of Horizon #578297

Tints of Horizon #578297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 23.64%
G = 35.33%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#578297 (or 0x578297) is known color: Horizon. HEX triplet: 57, 82 and 97. RGB value is (87,130,151). Sum of RGB (Red+Green+Blue) = 87+130+151=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #578297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578297 is #A87D68. Grayscale: #777777. Windows color (decimal): -11042153 or 9929303. OLE color: 9929303.

HSL color Cylindrical-coordinate representation of color #578297: hue angle of 199.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578297 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 130 151 -
CMYK 0.42 0.14 0 0.41
HSL 199.69º 0.27% 0.47% -
HSV(B) 199.69º 0.42% 0.59% -
XYZ 17.5 20.23 32.26 -
YUV 119.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 87 130 151 0.42 0.14 0 0.41 199.69 0.27 0.47
Hex 57 82 97 2A E 0 29 C8 1B 2F
Octal 127 202 227 52 16 0 51 310 33 57
Binary 1010111 10000010 10010111 101010 1110 0 101001 11001000 11011 101111

Color Harmonies of #578297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578297

Black with #578297

Text Example


Text Example

White with #578297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578297; }

 p { color: rgb(87,130,151); }

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

background-color css

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

 a { background-color: rgb(87,130,151); }

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

border-color css

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

 span { border-color: rgb(87,130,151); }

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