#568ABA

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

Shades of Danube #568ABA

Tints of Danube #568ABA

Color information

#568ABA (or 0x568ABA) is unknown color: approx Danube. HEX triplet: 56, 8A and BA. RGB value is (86,138,186). Sum of RGB (Red+Green+Blue) = 86+138+186=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #568ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ABA is #A97545. Grayscale: #7F7F7F. Windows color (decimal): -11105606 or 12225110. OLE color: 12225110.

HSL color Cylindrical-coordinate representation of color #568ABA: hue angle of 208.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568ABA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86138186-
CMYK0.540.2600.27
HSL208.8º42.02%53.33%-
HSV(B)208.8º53.76%72.94%-
XYZ21.7923.749.88-
YUV127.92160.7798.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=20.98%
G=33.66%
B=45.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861381860.540.2600.27208.842.0253.33
Hex568ABA361A01Bd12a35
Octal12621227266320333215265
Binary101011010001010101110101101101101001101111010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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