Html Css Color HEX #578795 Horizon

📋 copy color: '#578795'

red 87 ◦ green 135 ◦ blue 149

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

Shades of Horizon #578795

Tints of Horizon #578795

RGB

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

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

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

R = 23.45%
G = 36.39%
B = 40.16%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#578795 (or 0x578795) is known color: Horizon. HEX triplet: 57, 87 and 95. RGB value is (87,135,149). Sum of RGB (Red+Green+Blue) = 87+135+149=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #578795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578795 is #A8786A. Grayscale: #7A7A7A. Windows color (decimal): -11040875 or 9799511. OLE color: 9799511.

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

Color convert

RGB 87 135 149 -
CMYK 0.42 0.09 0 0.42
HSL 193.55º 0.26% 0.46% -
HSV(B) 193.55º 0.42% 0.58% -
XYZ 18.02 21.52 31.64 -
YUV 122.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 87 135 149 0.42 0.09 0 0.42 193.55 0.26 0.46
Hex 57 87 95 2A 9 0 2A C2 1A 2E
Octal 127 207 225 52 11 0 52 302 32 56
Binary 1010111 10000111 10010101 101010 1001 0 101010 11000010 11010 101110

Color Harmonies of #578795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578795

Black with #578795

Text Example


Text Example

White with #578795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578795; }

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

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

background-color css

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

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

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

border-color css

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

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

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