#578696

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

Shades of Horizon #578696

Tints of Horizon #578696

Color information

#578696 (or 0x578696) is unknown color: approx Horizon. HEX triplet: 57, 86 and 96. RGB value is (87,134,150). Sum of RGB (Red+Green+Blue) = 87+134+150=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #578696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578696 is #A87969. Grayscale: #797979. Windows color (decimal): -11041130 or 9864791. OLE color: 9864791.

HSL color Cylindrical-coordinate representation of color #578696: hue angle of 195.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578696 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87134150-
CMYK0.420.1100.41
HSL195.24º26.58%46.47%-
HSV(B)195.24º42%58.82%-
XYZ17.9621.2832.01-
YUV121.77143.93103.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=23.45%
G=36.12%
B=40.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871341500.420.1100.41195.2426.5846.47
Hex5786962AB029c31b2e
Octal12720622652130513033356
Binary10101111000011010010110101010101101010011100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578696; }

 p { color: rgb(87,134,150); }

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

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

 a { background-color: rgb(87,134,150); }

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

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

 span { border-color: rgb(87,134,150); }

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