#578495

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

Shades of Horizon #578495

Tints of Horizon #578495

Color information

#578495 (or 0x578495) is unknown color: approx Horizon. HEX triplet: 57, 84 and 95. RGB value is (87,132,149). Sum of RGB (Red+Green+Blue) = 87+132+149=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #578495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578495 is #A87B6A. Grayscale: #787878. Windows color (decimal): -11041643 or 9798743. OLE color: 9798743.

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

Color convert

RGB87132149-
CMYK0.420.1100.42
HSL196.45º26.27%46.27%-
HSV(B)196.45º41.61%58.43%-
XYZ17.6120.731.5-
YUV120.48144.09104.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.64%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=23.64%
G=35.87%
B=40.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871321490.420.1100.42196.4526.2746.27
Hex5784952AB02Ac41a2e
Octal12720422552130523043256
Binary10101111000010010010101101010101101010101100010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578495; }

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

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

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

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

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

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

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

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