#568296

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

Shades of Horizon #568296

Tints of Horizon #568296

Color information

#568296 (or 0x568296) is unknown color: approx Horizon. HEX triplet: 56, 82 and 96. RGB value is (86,130,150). Sum of RGB (Red+Green+Blue) = 86+130+150=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #568296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568296 is #A97D69. Grayscale: #777777. Windows color (decimal): -11107690 or 9863766. OLE color: 9863766.

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

Color convert

RGB86130150-
CMYK0.430.1300.41
HSL198.75º27.12%46.27%-
HSV(B)198.75º42.67%58.82%-
XYZ17.3320.1531.83-
YUV119.12145.42104.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=23.50%
G=35.52%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861301500.430.1300.41198.7527.1246.27
Hex5682962BD029c71b2e
Octal12620222653150513073356
Binary10101101000001010010110101011110101010011100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568296; }

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

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

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

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

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

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

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

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