#578291

Color #578291 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #578291

Tints of Horizon #578291

Color information

#578291 (or 0x578291) is unknown color: approx Horizon. HEX triplet: 57, 82 and 91. RGB value is (87,130,145). Sum of RGB (Red+Green+Blue) = 87+130+145=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #578291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578291 is #A87D6E. Grayscale: #767676. Windows color (decimal): -11042159 or 9536087. OLE color: 9536087.

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

Color convert

RGB87130145-
CMYK0.40.1000.43
HSL195.52º25%45.49%-
HSV(B)195.52º40%56.86%-
XYZ17.0220.0429.76-
YUV118.85142.75105.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=24.03%
G=35.91%
B=40.06%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871301450.40.1000.43195.522545.49
Hex57829128A02Bc4192d
Octal12720222150120533043155
Binary10101111000001010010001101000101001010111100010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578291; }

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

 H1.HeaderClassName
 {
   color: #578291;
 }
 .AnyTagClassName
 {
   color: #578291;
 }
</style>
background-color css

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

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

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

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

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

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