#568EBA

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

Shades of Danube #568EBA

Tints of Danube #568EBA

Color information

#568EBA (or 0x568EBA) is unknown color: approx Danube. HEX triplet: 56, 8E and BA. RGB value is (86,142,186). Sum of RGB (Red+Green+Blue) = 86+142+186=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #568EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EBA is #A97145. Grayscale: #828282. Windows color (decimal): -11104582 or 12226134. OLE color: 12226134.

HSL color Cylindrical-coordinate representation of color #568EBA: hue angle of 206.4º 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 #568EBA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86142186-
CMYK0.540.2400.27
HSL206.4º42.02%53.33%-
HSV(B)206.4º53.76%72.94%-
XYZ22.3724.8750.08-
YUV130.27159.4596.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=20.77%
G=34.30%
B=44.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861421860.540.2400.27206.442.0253.33
Hex568EBA361801Bce2a35
Octal12621627266300333165265
Binary101011010001110101110101101101100001101111001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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