Html Css Color HEX #578597 Horizon

📋 copy color: '#578597'

red 87 ◦ green 133 ◦ blue 151

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

Shades of Horizon #578597

Tints of Horizon #578597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 23.45%
G = 35.85%
B = 40.7%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#578597 (or 0x578597) is known color: Horizon. HEX triplet: 57, 85 and 97. RGB value is (87,133,151). Sum of RGB (Red+Green+Blue) = 87+133+151=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #578597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578597 is #A87A68. Grayscale: #797979. Windows color (decimal): -11041385 or 9930071. OLE color: 9930071.

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

Color convert

RGB 87 133 151 -
CMYK 0.42 0.12 0 0.41
HSL 196.88º 0.27% 0.47% -
HSV(B) 196.88º 0.42% 0.59% -
XYZ 17.9 21.04 32.39 -
YUV 121.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 87 133 151 0.42 0.12 0 0.41 196.88 0.27 0.47
Hex 57 85 97 2A C 0 29 C5 1B 2F
Octal 127 205 227 52 14 0 51 305 33 57
Binary 1010111 10000101 10010111 101010 1100 0 101001 11000101 11011 101111

Color Harmonies of #578597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578597

Black with #578597

Text Example


Text Example

White with #578597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578597; }

 p { color: rgb(87,133,151); }

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

background-color css

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

 a { background-color: rgb(87,133,151); }

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

border-color css

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

 span { border-color: rgb(87,133,151); }

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