#568BB6

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

Shades of Danube #568BB6

Tints of Danube #568BB6

Color information

#568BB6 (or 0x568BB6) is unknown color: approx Danube. HEX triplet: 56, 8B and B6. RGB value is (86,139,182). Sum of RGB (Red+Green+Blue) = 86+139+182=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #568BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BB6 is #A97449. Grayscale: #7F7F7F. Windows color (decimal): -11105354 or 11963222. OLE color: 11963222.

HSL color Cylindrical-coordinate representation of color #568BB6: hue angle of 206.88º 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 #568BB6 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86139182-
CMYK0.530.2400.29
HSL206.88º39.67%52.55%-
HSV(B)206.88º52.75%71.37%-
XYZ21.5123.8247.72-
YUV128.05158.4498-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=21.13%
G=34.15%
B=44.72%

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
Decimal861391820.530.2400.29206.8839.6752.55
Hex568BB6351801Dcf2835
Octal12621326665300353175065
Binary101011010001011101101101101011100001110111001111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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