#568FBA

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

Shades of Danube #568FBA

Tints of Danube #568FBA

Color information

#568FBA (or 0x568FBA) is unknown color: approx Danube. HEX triplet: 56, 8F and BA. RGB value is (86,143,186). Sum of RGB (Red+Green+Blue) = 86+143+186=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #568FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FBA is #A97045. Grayscale: #828282. Windows color (decimal): -11104326 or 12226390. OLE color: 12226390.

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

Color convert

RGB86143186-
CMYK0.540.2300.27
HSL205.8º42.02%53.33%-
HSV(B)205.8º53.76%72.94%-
XYZ22.5225.1750.13-
YUV130.86159.1296-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.72%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=20.72%
G=34.46%
B=44.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861431860.540.2300.27205.842.0253.33
Hex568FBA361701Bce2a35
Octal12621727266270333165265
Binary101011010001111101110101101101011101101111001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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