Html Css Color HEX #578391 Horizon

📋 copy color: '#578391'

red 87 ◦ green 131 ◦ blue 145

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

Shades of Horizon #578391

Tints of Horizon #578391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

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

R = 23.97%
G = 36.09%
B = 39.94%

CMYK

 C value IS 0.4

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#578391 (or 0x578391) is known color: Horizon. HEX triplet: 57, 83 and 91. RGB value is (87,131,145). Sum of RGB (Red+Green+Blue) = 87+131+145=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #578391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578391 is #A87C6E. Grayscale: #777777. Windows color (decimal): -11041903 or 9536343. OLE color: 9536343.

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

Color convert

RGB 87 131 145 -
CMYK 0.4 0.10 0 0.43
HSL 194.48º 0.25% 0.45% -
HSV(B) 194.48º 0.4% 0.57% -
XYZ 17.16 20.3 29.8 -
YUV 119.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 87 131 145 0.4 0.10 0 0.43 194.48 0.25 0.45
Hex 57 83 91 28 A 0 2B C2 19 2D
Octal 127 203 221 50 12 0 53 302 31 55
Binary 1010111 10000011 10010001 101000 1010 0 101011 11000010 11001 101101

Color Harmonies of #578391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578391

Black with #578391

Text Example


Text Example

White with #578391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578391; }

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

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

background-color css

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

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

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

border-color css

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

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

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