#568BB9

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

Shades of Danube #568BB9

Tints of Danube #568BB9

Color information

#568BB9 (or 0x568BB9) is unknown color: approx Danube. HEX triplet: 56, 8B and B9. RGB value is (86,139,185). Sum of RGB (Red+Green+Blue) = 86+139+185=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #568BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BB9 is #A97446. Grayscale: #808080. Windows color (decimal): -11105351 or 12159830. OLE color: 12159830.

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

Color convert

RGB86139185-
CMYK0.540.2500.27
HSL207.88º41.42%53.14%-
HSV(B)207.88º53.51%72.55%-
XYZ21.8323.9549.37-
YUV128.4159.9497.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 185 (72.66% from 255) = 45.12%
R=20.98%
G=33.90%
B=45.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861391850.540.2500.27207.8841.4253.14
Hex568BB9361901Bd02935
Octal12621327166310333205165
Binary101011010001011101110011101101100101101111010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,185); }

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

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

 a { background-color: rgb(86,139,185); }

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

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

 span { border-color: rgb(86,139,185); }

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