Html Css Color HEX #578796 Horizon

📋 copy color: '#578796'

red 87 ◦ green 135 ◦ blue 150

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

Shades of Horizon #578796

Tints of Horizon #578796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

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

R = 23.39%
G = 36.29%
B = 40.32%

CMYK

 C value IS 0.42

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#578796 (or 0x578796) is known color: Horizon. HEX triplet: 57, 87 and 96. RGB value is (87,135,150). Sum of RGB (Red+Green+Blue) = 87+135+150=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #578796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578796 is #A87869. Grayscale: #7A7A7A. Windows color (decimal): -11040874 or 9865047. OLE color: 9865047.

HSL color Cylindrical-coordinate representation of color #578796: hue angle of 194.29º 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 #578796 is Cyan = 0.42, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 135 150 -
CMYK 0.42 0.1 0 0.41
HSL 194.29º 0.27% 0.46% -
HSV(B) 194.29º 0.42% 0.59% -
XYZ 18.1 21.56 32.06 -
YUV 122.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 87 135 150 0.42 0.1 0 0.41 194.29 0.27 0.46
Hex 57 87 96 2A A 0 29 C2 1B 2E
Octal 127 207 226 52 12 0 51 302 33 56
Binary 1010111 10000111 10010110 101010 1010 0 101001 11000010 11011 101110

Color Harmonies of #578796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578796

Black with #578796

Text Example


Text Example

White with #578796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578796; }

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

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

background-color css

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

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

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

border-color css

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

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

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