Html Css Color HEX #578299 Horizon

📋 copy color: '#578299'

red 87 ◦ green 130 ◦ blue 153

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

Shades of Horizon #578299

Tints of Horizon #578299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 23.51%
G = 35.14%
B = 41.35%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#578299 (or 0x578299) is known color: Horizon. HEX triplet: 57, 82 and 99. RGB value is (87,130,153). Sum of RGB (Red+Green+Blue) = 87+130+153=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #578299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578299 is #A87D66. Grayscale: #777777. Windows color (decimal): -11042151 or 10060375. OLE color: 10060375.

HSL color Cylindrical-coordinate representation of color #578299: hue angle of 200.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #578299 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 130 153 -
CMYK 0.43 0.15 0 0.4
HSL 200.91º 0.28% 0.47% -
HSV(B) 200.91º 0.43% 0.6% -
XYZ 17.66 20.29 33.12 -
YUV 119.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 87 130 153 0.43 0.15 0 0.4 200.91 0.28 0.47
Hex 57 82 99 2B F 0 28 C9 1C 2F
Octal 127 202 231 53 17 0 50 311 34 57
Binary 1010111 10000010 10011001 101011 1111 0 101000 11001001 11100 101111

Color Harmonies of #578299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578299

Black with #578299

Text Example


Text Example

White with #578299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578299; }

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

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

background-color css

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

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

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

border-color css

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

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

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