#568AB6

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

Shades of Danube #568AB6

Tints of Danube #568AB6

Color information

#568AB6 (or 0x568AB6) is unknown color: approx Danube. HEX triplet: 56, 8A and B6. RGB value is (86,138,182). Sum of RGB (Red+Green+Blue) = 86+138+182=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #568AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AB6 is #A97549. Grayscale: #7F7F7F. Windows color (decimal): -11105610 or 11962966. OLE color: 11962966.

HSL color Cylindrical-coordinate representation of color #568AB6: hue angle of 207.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #568AB6 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86138182-
CMYK0.530.2400.29
HSL207.5º39.67%52.55%-
HSV(B)207.5º52.75%71.37%-
XYZ21.3723.5347.67-
YUV127.47158.7798.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=21.18%
G=33.99%
B=44.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861381820.530.2400.29207.539.6752.55
Hex568AB6351801Dd02835
Octal12621226665300353205065
Binary101011010001010101101101101011100001110111010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568AB6; }

 p { color: rgb(86,138,182); }

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

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

 a { background-color: rgb(86,138,182); }

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

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

 span { border-color: rgb(86,138,182); }

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