Html Css Color HEX #578899 Horizon

📋 copy color: '#578899'

red 87 ◦ green 136 ◦ blue 153

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

Shades of Horizon #578899

Tints of Horizon #578899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 23.14%
G = 36.17%
B = 40.69%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#578899 (or 0x578899) is known color: Horizon. HEX triplet: 57, 88 and 99. RGB value is (87,136,153). Sum of RGB (Red+Green+Blue) = 87+136+153=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #578899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578899 is #A87766. Grayscale: #7B7B7B. Windows color (decimal): -11040615 or 10061911. OLE color: 10061911.

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

Color convert

RGB 87 136 153 -
CMYK 0.43 0.11 0 0.4
HSL 195.45º 0.28% 0.47% -
HSV(B) 195.45º 0.43% 0.6% -
XYZ 18.48 21.93 33.4 -
YUV 123.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 87 136 153 0.43 0.11 0 0.4 195.45 0.28 0.47
Hex 57 88 99 2B B 0 28 C3 1C 2F
Octal 127 210 231 53 13 0 50 303 34 57
Binary 1010111 10001000 10011001 101011 1011 0 101000 11000011 11100 101111

Color Harmonies of #578899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578899

Black with #578899

Text Example


Text Example

White with #578899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578899; }

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

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

background-color css

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

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

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

border-color css

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

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

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