#568AC4

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

Shades of Danube #568AC4

Tints of Danube #568AC4

Color information

#568AC4 (or 0x568AC4) is unknown color: approx Danube. HEX triplet: 56, 8A and C4. RGB value is (86,138,196). Sum of RGB (Red+Green+Blue) = 86+138+196=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #568AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AC4 is #A9753B. Grayscale: #808080. Windows color (decimal): -11105596 or 12880470. OLE color: 12880470.

HSL color Cylindrical-coordinate representation of color #568AC4: hue angle of 211.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #568AC4 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86138196-
CMYK0.560.3000.23
HSL211.64º48.25%55.29%-
HSV(B)211.64º56.12%76.86%-
XYZ22.8924.1455.68-
YUV129.06165.7797.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 196 (76.95% from 255) = 46.67%
R=20.48%
G=32.86%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861381960.560.3000.23211.6448.2555.29
Hex568AC4381E017d43037
Octal12621230470360273246067
Binary101011010001010110001001110001111001011111010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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