#568093

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

Shades of Horizon #568093

Tints of Horizon #568093

Color information

#568093 (or 0x568093) is unknown color: approx Horizon. HEX triplet: 56, 80 and 93. RGB value is (86,128,147). Sum of RGB (Red+Green+Blue) = 86+128+147=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #568093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568093 is #A97F6C. Grayscale: #757575. Windows color (decimal): -11108205 or 9666646. OLE color: 9666646.

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

Color convert

RGB86128147-
CMYK0.410.1300.42
HSL198.69º26.18%45.69%-
HSV(B)198.69º41.5%57.65%-
XYZ16.8219.5230.49-
YUV117.61144.59105.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=23.82%
G=35.46%
B=40.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861281470.410.1300.42198.6926.1845.69
Hex56809329D02Ac71a2e
Octal12620022351150523073256
Binary10101101000000010010011101001110101010101100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568093; }

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

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

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

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

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

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

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

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