Html Css Color HEX #578290 Horizon

📋 copy color: '#578290'

red 87 ◦ green 130 ◦ blue 144

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

Shades of Horizon #578290

Tints of Horizon #578290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 24.1%
G = 36.01%
B = 39.89%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#578290 (or 0x578290) is known color: Horizon. HEX triplet: 57, 82 and 90. RGB value is (87,130,144). Sum of RGB (Red+Green+Blue) = 87+130+144=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #578290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578290 is #A87D6F. Grayscale: #767676. Windows color (decimal): -11042160 or 9470551. OLE color: 9470551.

HSL color Cylindrical-coordinate representation of color #578290: hue angle of 194.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578290 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 130 144 -
CMYK 0.40 0.10 0 0.44
HSL 194.74º 0.25% 0.45% -
HSV(B) 194.74º 0.4% 0.56% -
XYZ 16.95 20.01 29.35 -
YUV 118.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 87 130 144 0.40 0.10 0 0.44 194.74 0.25 0.45
Hex 57 82 90 28 A 0 2C C3 19 2D
Octal 127 202 220 50 12 0 54 303 31 55
Binary 1010111 10000010 10010000 101000 1010 0 101100 11000011 11001 101101

Color Harmonies of #578290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578290

Black with #578290

Text Example


Text Example

White with #578290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578290; }

 p { color: rgb(87,130,144); }

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

background-color css

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

 a { background-color: rgb(87,130,144); }

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

border-color css

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

 span { border-color: rgb(87,130,144); }

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