Html Css Color HEX #578296 Horizon

📋 copy color: '#578296'

red 87 ◦ green 130 ◦ blue 150

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

Shades of Horizon #578296

Tints of Horizon #578296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 23.71%
G = 35.42%
B = 40.87%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#578296 (or 0x578296) is known color: Horizon. HEX triplet: 57, 82 and 96. RGB value is (87,130,150). Sum of RGB (Red+Green+Blue) = 87+130+150=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #578296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578296 is #A87D69. Grayscale: #777777. Windows color (decimal): -11042154 or 9863767. OLE color: 9863767.

HSL color Cylindrical-coordinate representation of color #578296: hue angle of 199.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578296 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 130 150 -
CMYK 0.42 0.13 0 0.41
HSL 199.05º 0.27% 0.46% -
HSV(B) 199.05º 0.42% 0.59% -
XYZ 17.42 20.19 31.83 -
YUV 119.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 87 130 150 0.42 0.13 0 0.41 199.05 0.27 0.46
Hex 57 82 96 2A D 0 29 C7 1B 2E
Octal 127 202 226 52 15 0 51 307 33 56
Binary 1010111 10000010 10010110 101010 1101 0 101001 11000111 11011 101110

Color Harmonies of #578296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578296

Black with #578296

Text Example


Text Example

White with #578296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578296; }

 p { color: rgb(87,130,150); }

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

background-color css

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

 a { background-color: rgb(87,130,150); }

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

border-color css

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

 span { border-color: rgb(87,130,150); }

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