Html Css Color HEX #578595 Horizon

📋 copy color: '#578595'

red 87 ◦ green 133 ◦ blue 149

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

Shades of Horizon #578595

Tints of Horizon #578595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 23.58%
G = 36.04%
B = 40.38%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#578595 (or 0x578595) is known color: Horizon. HEX triplet: 57, 85 and 95. RGB value is (87,133,149). Sum of RGB (Red+Green+Blue) = 87+133+149=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #578595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578595 is #A87A6A. Grayscale: #787878. Windows color (decimal): -11041387 or 9798999. OLE color: 9798999.

HSL color Cylindrical-coordinate representation of color #578595: hue angle of 195.48º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578595 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 133 149 -
CMYK 0.42 0.11 0 0.42
HSL 195.48º 0.26% 0.46% -
HSV(B) 195.48º 0.42% 0.58% -
XYZ 17.74 20.97 31.55 -
YUV 121.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 87 133 149 0.42 0.11 0 0.42 195.48 0.26 0.46
Hex 57 85 95 2A B 0 2A C3 1A 2E
Octal 127 205 225 52 13 0 52 303 32 56
Binary 1010111 10000101 10010101 101010 1011 0 101010 11000011 11010 101110

Color Harmonies of #578595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578595

Black with #578595

Text Example


Text Example

White with #578595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578595; }

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

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

background-color css

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

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

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

border-color css

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

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

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