#568197

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

Shades of Horizon #568197

Tints of Horizon #568197

Color information

#568197 (or 0x568197) is unknown color: approx Horizon. HEX triplet: 56, 81 and 97. RGB value is (86,129,151). Sum of RGB (Red+Green+Blue) = 86+129+151=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #568197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568197 is #A97E68. Grayscale: #767676. Windows color (decimal): -11107945 or 9929046. OLE color: 9929046.

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

Color convert

RGB86129151-
CMYK0.430.1500.41
HSL200.31º27.43%46.47%-
HSV(B)200.31º43.05%59.22%-
XYZ17.2719.9132.21-
YUV118.65146.25104.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=23.50%
G=35.25%
B=41.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861291510.430.1500.41200.3127.4346.47
Hex5681972BF029c81b2e
Octal12620122753170513103356
Binary10101101000000110010111101011111101010011100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568197; }

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

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

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

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

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

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

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

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