Html Css Color HEX #578996 Horizon

📋 copy color: '#578996'

red 87 ◦ green 137 ◦ blue 150

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

Shades of Horizon #578996

Tints of Horizon #578996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

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

R = 23.26%
G = 36.63%
B = 40.11%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#578996 (or 0x578996) is known color: Horizon. HEX triplet: 57, 89 and 96. RGB value is (87,137,150). Sum of RGB (Red+Green+Blue) = 87+137+150=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #578996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578996 is #A87669. Grayscale: #7B7B7B. Windows color (decimal): -11040362 or 9865559. OLE color: 9865559.

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

Color convert

RGB 87 137 150 -
CMYK 0.42 0.09 0 0.41
HSL 192.38º 0.27% 0.46% -
HSV(B) 192.38º 0.42% 0.59% -
XYZ 18.38 22.12 32.15 -
YUV 123.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 87 137 150 0.42 0.09 0 0.41 192.38 0.27 0.46
Hex 57 89 96 2A 9 0 29 C0 1B 2E
Octal 127 211 226 52 11 0 51 300 33 56
Binary 1010111 10001001 10010110 101010 1001 0 101001 11000000 11011 101110

Color Harmonies of #578996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578996

Black with #578996

Text Example


Text Example

White with #578996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578996; }

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

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

background-color css

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

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

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

border-color css

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

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

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