Html Css Color HEX #578392 Horizon

📋 copy color: '#578392'

red 87 ◦ green 131 ◦ blue 146

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

Shades of Horizon #578392

Tints of Horizon #578392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 23.9%
G = 35.99%
B = 40.11%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#578392 (or 0x578392) is known color: Horizon. HEX triplet: 57, 83 and 92. RGB value is (87,131,146). Sum of RGB (Red+Green+Blue) = 87+131+146=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #578392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578392 is #A87C6D. Grayscale: #777777. Windows color (decimal): -11041902 or 9601879. OLE color: 9601879.

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

Color convert

RGB 87 131 146 -
CMYK 0.40 0.10 0 0.43
HSL 195.25º 0.25% 0.46% -
HSV(B) 195.25º 0.4% 0.57% -
XYZ 17.24 20.33 30.21 -
YUV 119.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 87 131 146 0.40 0.10 0 0.43 195.25 0.25 0.46
Hex 57 83 92 28 A 0 2B C3 19 2E
Octal 127 203 222 50 12 0 53 303 31 56
Binary 1010111 10000011 10010010 101000 1010 0 101011 11000011 11001 101110

Color Harmonies of #578392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578392

Black with #578392

Text Example


Text Example

White with #578392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578392; }

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

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

background-color css

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

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

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

border-color css

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

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

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