#568196

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

Shades of Horizon #568196

Tints of Horizon #568196

Color information

#568196 (or 0x568196) is unknown color: approx Horizon. HEX triplet: 56, 81 and 96. RGB value is (86,129,150). Sum of RGB (Red+Green+Blue) = 86+129+150=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #568196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568196 is #A97E69. Grayscale: #767676. Windows color (decimal): -11107946 or 9863510. OLE color: 9863510.

HSL color Cylindrical-coordinate representation of color #568196: hue angle of 199.69º 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 #568196 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86129150-
CMYK0.430.1400.41
HSL199.69º27.12%46.27%-
HSV(B)199.69º42.67%58.82%-
XYZ17.1919.8831.79-
YUV118.54145.75104.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=23.56%
G=35.34%
B=41.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861291500.430.1400.41199.6927.1246.27
Hex5681962BE029c81b2e
Octal12620122653160513103356
Binary10101101000000110010110101011111001010011100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568196; }

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

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

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

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

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

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

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

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