Html Css Color HEX #578194 Horizon

📋 copy color: '#578194'

red 87 ◦ green 129 ◦ blue 148

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

Shades of Horizon #578194

Tints of Horizon #578194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 23.9%
G = 35.44%
B = 40.66%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#578194 (or 0x578194) is known color: Horizon. HEX triplet: 57, 81 and 94. RGB value is (87,129,148). Sum of RGB (Red+Green+Blue) = 87+129+148=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #578194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578194 is #A87E6B. Grayscale: #767676. Windows color (decimal): -11042412 or 9732439. OLE color: 9732439.

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

Color convert

RGB 87 129 148 -
CMYK 0.41 0.13 0 0.42
HSL 198.69º 0.26% 0.46% -
HSV(B) 198.69º 0.41% 0.58% -
XYZ 17.13 19.86 30.95 -
YUV 118.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 87 129 148 0.41 0.13 0 0.42 198.69 0.26 0.46
Hex 57 81 94 29 D 0 2A C7 1A 2E
Octal 127 201 224 51 15 0 52 307 32 56
Binary 1010111 10000001 10010100 101001 1101 0 101010 11000111 11010 101110

Color Harmonies of #578194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578194

Black with #578194

Text Example


Text Example

White with #578194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578194; }

 p { color: rgb(87,129,148); }

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

background-color css

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

 a { background-color: rgb(87,129,148); }

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

border-color css

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

 span { border-color: rgb(87,129,148); }

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