#568DCA

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

Shades of Danube #568DCA

Tints of Danube #568DCA

Color information

#568DCA (or 0x568DCA) is unknown color: approx Danube. HEX triplet: 56, 8D and CA. RGB value is (86,141,202). Sum of RGB (Red+Green+Blue) = 86+141+202=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #568DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DCA is #A97235. Grayscale: #838383. Windows color (decimal): -11104822 or 13274454. OLE color: 13274454.

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

Color convert

RGB86141202-
CMYK0.570.3000.21
HSL211.55º52.25%56.47%-
HSV(B)211.55º57.43%79.22%-
XYZ24.0225.2959.49-
YUV131.51167.7895.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.05%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=20.05%
G=32.87%
B=47.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861412020.570.3000.21211.5552.2556.47
Hex568DCA391E015d43438
Octal12621531271360253246470
Binary101011010001101110010101110011111001010111010100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,141,202); }

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

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

 a { background-color: rgb(86,141,202); }

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

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

 span { border-color: rgb(86,141,202); }

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