#568DCF

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

Shades of Danube #568DCF

Tints of Danube #568DCF

Color information

#568DCF (or 0x568DCF) is unknown color: approx Danube. HEX triplet: 56, 8D and CF. RGB value is (86,141,207). Sum of RGB (Red+Green+Blue) = 86+141+207=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #568DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DCF is #A97230. Grayscale: #838383. Windows color (decimal): -11104817 or 13602134. OLE color: 13602134.

HSL color Cylindrical-coordinate representation of color #568DCF: hue angle of 212.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568DCF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86141207-
CMYK0.580.3200.19
HSL212.73º55.76%57.45%-
HSV(B)212.73º58.45%81.18%-
XYZ24.6325.5362.66-
YUV132.08170.2895.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.82%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=19.82%
G=32.49%
B=47.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal861412070.580.3200.19212.7355.7657.45
Hex568DCF3A20013d53839
Octal12621531772400233257071
Binary1010110100011011100111111101010000001001111010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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