#578795

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

Shades of Horizon #578795

Tints of Horizon #578795

Color information

#578795 (or 0x578795) is unknown color: approx Horizon. HEX triplet: 57, 87 and 95. RGB value is (87,135,149). Sum of RGB (Red+Green+Blue) = 87+135+149=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #578795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578795 is #A8786A. Grayscale: #7A7A7A. Windows color (decimal): -11040875 or 9799511. OLE color: 9799511.

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

Color convert

RGB87135149-
CMYK0.420.0900.42
HSL193.55º26.27%46.27%-
HSV(B)193.55º41.61%58.43%-
XYZ18.0221.5231.64-
YUV122.24143.1102.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=23.45%
G=36.39%
B=40.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871351490.420.0900.42193.5526.2746.27
Hex5787952A902Ac21a2e
Octal12720722552110523023256
Binary10101111000011110010101101010100101010101100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578795; }

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

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

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

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

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

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

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

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