Html Css Color HEX #578493 Horizon

📋 copy color: '#578493'

red 87 ◦ green 132 ◦ blue 147

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

Shades of Horizon #578493

Tints of Horizon #578493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 147 (57.81% from 255) = 40.16%

R = 23.77%
G = 36.07%
B = 40.16%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#578493 (or 0x578493) is known color: Horizon. HEX triplet: 57, 84 and 93. RGB value is (87,132,147). Sum of RGB (Red+Green+Blue) = 87+132+147=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #578493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578493 is #A87B6C. Grayscale: #787878. Windows color (decimal): -11041645 or 9667671. OLE color: 9667671.

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

Color convert

RGB 87 132 147 -
CMYK 0.41 0.10 0 0.42
HSL 195º 0.26% 0.46% -
HSV(B) 195º 0.41% 0.58% -
XYZ 17.45 20.64 30.67 -
YUV 120.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 87 132 147 0.41 0.10 0 0.42 195 0.26 0.46
Hex 57 84 93 29 A 0 2A C3 1A 2E
Octal 127 204 223 51 12 0 52 303 32 56
Binary 1010111 10000100 10010011 101001 1010 0 101010 11000011 11010 101110

Color Harmonies of #578493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578493

Black with #578493

Text Example


Text Example

White with #578493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578493; }

 p { color: rgb(87,132,147); }

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

background-color css

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

 a { background-color: rgb(87,132,147); }

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

border-color css

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

 span { border-color: rgb(87,132,147); }

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