Html Css Color HEX #578490 Horizon

📋 copy color: '#578490'

red 87 ◦ green 132 ◦ blue 144

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

Shades of Horizon #578490

Tints of Horizon #578490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 23.97%
G = 36.36%
B = 39.67%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#578490 (or 0x578490) is known color: Horizon. HEX triplet: 57, 84 and 90. RGB value is (87,132,144). Sum of RGB (Red+Green+Blue) = 87+132+144=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #578490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578490 is #A87B6F. Grayscale: #777777. Windows color (decimal): -11041648 or 9471063. OLE color: 9471063.

HSL color Cylindrical-coordinate representation of color #578490: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578490 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 132 144 -
CMYK 0.40 0.08 0 0.44
HSL 192.63º 0.25% 0.45% -
HSV(B) 192.63º 0.4% 0.56% -
XYZ 17.22 20.54 29.44 -
YUV 119.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 87 132 144 0.40 0.08 0 0.44 192.63 0.25 0.45
Hex 57 84 90 28 8 0 2C C1 19 2D
Octal 127 204 220 50 10 0 54 301 31 55
Binary 1010111 10000100 10010000 101000 1000 0 101100 11000001 11001 101101

Color Harmonies of #578490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578490

Black with #578490

Text Example


Text Example

White with #578490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578490; }

 p { color: rgb(87,132,144); }

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

background-color css

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

 a { background-color: rgb(87,132,144); }

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

border-color css

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

 span { border-color: rgb(87,132,144); }

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