#568396

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

Shades of Horizon #568396

Tints of Horizon #568396

Color information

#568396 (or 0x568396) is unknown color: approx Horizon. HEX triplet: 56, 83 and 96. RGB value is (86,131,150). Sum of RGB (Red+Green+Blue) = 86+131+150=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #568396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568396 is #A97C69. Grayscale: #777777. Windows color (decimal): -11107434 or 9864022. OLE color: 9864022.

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

Color convert

RGB86131150-
CMYK0.430.1300.41
HSL197.81º27.12%46.27%-
HSV(B)197.81º42.67%58.82%-
XYZ17.4620.4131.87-
YUV119.71145.09103.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=23.43%
G=35.69%
B=40.87%

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
Decimal861311500.430.1300.41197.8127.1246.27
Hex5683962BD029c61b2e
Octal12620322653150513063356
Binary10101101000001110010110101011110101010011100011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568396; }

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

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

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

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

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

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

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

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