#568496

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

Shades of Horizon #568496

Tints of Horizon #568496

Color information

#568496 (or 0x568496) is unknown color: approx Horizon. HEX triplet: 56, 84 and 96. RGB value is (86,132,150). Sum of RGB (Red+Green+Blue) = 86+132+150=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #568496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568496 is #A97B69. Grayscale: #787878. Windows color (decimal): -11107178 or 9864278. OLE color: 9864278.

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

Color convert

RGB86132150-
CMYK0.430.1200.41
HSL196.88º27.12%46.27%-
HSV(B)196.88º42.67%58.82%-
XYZ17.5920.6831.92-
YUV120.3144.76103.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=23.37%
G=35.87%
B=40.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861321500.430.1200.41196.8827.1246.27
Hex5684962BC029c51b2e
Octal12620422653140513053356
Binary10101101000010010010110101011110001010011100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568496; }

 p { color: rgb(86,132,150); }

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

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

 a { background-color: rgb(86,132,150); }

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

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

 span { border-color: rgb(86,132,150); }

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