#568AC6

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

Shades of Danube #568AC6

Tints of Danube #568AC6

Color information

#568AC6 (or 0x568AC6) is unknown color: approx Danube. HEX triplet: 56, 8A and C6. RGB value is (86,138,198). Sum of RGB (Red+Green+Blue) = 86+138+198=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #568AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AC6 is #A97539. Grayscale: #818181. Windows color (decimal): -11105594 or 13011542. OLE color: 13011542.

HSL color Cylindrical-coordinate representation of color #568AC6: hue angle of 212.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #568AC6 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86138198-
CMYK0.570.3000.22
HSL212.14º49.56%55.69%-
HSV(B)212.14º56.57%77.65%-
XYZ23.1224.2356.88-
YUV129.29166.7797.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=20.38%
G=32.70%
B=46.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861381980.570.3000.22212.1449.5655.69
Hex568AC6391E016d43238
Octal12621230671360263246270
Binary101011010001010110001101110011111001011011010100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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