Html Css Color HEX #578799 Horizon

📋 copy color: '#578799'

red 87 ◦ green 135 ◦ blue 153

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

Shades of Horizon #578799

Tints of Horizon #578799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 23.2%
G = 36%
B = 40.8%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#578799 (or 0x578799) is known color: Horizon. HEX triplet: 57, 87 and 99. RGB value is (87,135,153). Sum of RGB (Red+Green+Blue) = 87+135+153=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #578799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578799 is #A87866. Grayscale: #7A7A7A. Windows color (decimal): -11040871 or 10061655. OLE color: 10061655.

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

Color convert

RGB 87 135 153 -
CMYK 0.43 0.12 0 0.4
HSL 196.36º 0.28% 0.47% -
HSV(B) 196.36º 0.43% 0.6% -
XYZ 18.34 21.65 33.35 -
YUV 122.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 87 135 153 0.43 0.12 0 0.4 196.36 0.28 0.47
Hex 57 87 99 2B C 0 28 C4 1C 2F
Octal 127 207 231 53 14 0 50 304 34 57
Binary 1010111 10000111 10011001 101011 1100 0 101000 11000100 11100 101111

Color Harmonies of #578799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578799

Black with #578799

Text Example


Text Example

White with #578799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578799; }

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

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

background-color css

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

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

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

border-color css

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

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

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