#568090

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

Shades of Horizon #568090

Tints of Horizon #568090

Color information

#568090 (or 0x568090) is unknown color: approx Horizon. HEX triplet: 56, 80 and 90. RGB value is (86,128,144). Sum of RGB (Red+Green+Blue) = 86+128+144=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #568090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568090 is #A97F6F. Grayscale: #757575. Windows color (decimal): -11108208 or 9470038. OLE color: 9470038.

HSL color Cylindrical-coordinate representation of color #568090: hue angle of 196.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568090 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86128144-
CMYK0.400.1100.44
HSL196.55º25.22%45.1%-
HSV(B)196.55º40.28%56.47%-
XYZ16.5919.4329.26-
YUV117.27143.09105.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=24.02%
G=35.75%
B=40.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861281440.400.1100.44196.5525.2245.1
Hex56809028B02Cc5192d
Octal12620022050130543053155
Binary10101101000000010010000101000101101011001100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568090; }

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

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

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

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

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

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

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

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