#568095

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

Shades of Horizon #568095

Tints of Horizon #568095

Color information

#568095 (or 0x568095) is unknown color: approx Horizon. HEX triplet: 56, 80 and 95. RGB value is (86,128,149). Sum of RGB (Red+Green+Blue) = 86+128+149=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #568095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568095 is #A97F6A. Grayscale: #757575. Windows color (decimal): -11108203 or 9797718. OLE color: 9797718.

HSL color Cylindrical-coordinate representation of color #568095: hue angle of 200º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #568095 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86128149-
CMYK0.420.1400.42
HSL200º26.81%46.08%-
HSV(B)200º42.28%58.43%-
XYZ16.9819.5931.32-
YUV117.84145.59105.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=23.69%
G=35.26%
B=41.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861281490.420.1400.4220026.8146.08
Hex5680952AE02Ac81b2e
Octal12620022552160523103356
Binary10101101000000010010101101010111001010101100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568095; }

 p { color: rgb(86,128,149); }

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

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

 a { background-color: rgb(86,128,149); }

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

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

 span { border-color: rgb(86,128,149); }

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