Html Css Color HEX #578491 Horizon

📋 copy color: '#578491'

red 87 ◦ green 132 ◦ blue 145

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

Shades of Horizon #578491

Tints of Horizon #578491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 23.9%
G = 36.26%
B = 39.84%

CMYK

 C value IS 0.4

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#578491 (or 0x578491) is known color: Horizon. HEX triplet: 57, 84 and 91. RGB value is (87,132,145). Sum of RGB (Red+Green+Blue) = 87+132+145=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #578491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578491 is #A87B6E. Grayscale: #777777. Windows color (decimal): -11041647 or 9536599. OLE color: 9536599.

HSL color Cylindrical-coordinate representation of color #578491: hue angle of 193.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578491 is Cyan = 0.4, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 132 145 -
CMYK 0.4 0.09 0 0.43
HSL 193.45º 0.25% 0.45% -
HSV(B) 193.45º 0.4% 0.57% -
XYZ 17.29 20.57 29.85 -
YUV 120.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 87 132 145 0.4 0.09 0 0.43 193.45 0.25 0.45
Hex 57 84 91 28 9 0 2B C1 19 2D
Octal 127 204 221 50 11 0 53 301 31 55
Binary 1010111 10000100 10010001 101000 1001 0 101011 11000001 11001 101101

Color Harmonies of #578491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578491

Black with #578491

Text Example


Text Example

White with #578491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578491; }

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

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

background-color css

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

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

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

border-color css

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

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

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