#568BB5

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

Shades of Danube #568BB5

Tints of Danube #568BB5

Color information

#568BB5 (or 0x568BB5) is unknown color: approx Danube. HEX triplet: 56, 8B and B5. RGB value is (86,139,181). Sum of RGB (Red+Green+Blue) = 86+139+181=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #568BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BB5 is #A9744A. Grayscale: #7F7F7F. Windows color (decimal): -11105355 or 11897686. OLE color: 11897686.

HSL color Cylindrical-coordinate representation of color #568BB5: hue angle of 206.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568BB5 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB86139181-
CMYK0.520.2300.29
HSL206.53º39.09%52.35%-
HSV(B)206.53º52.49%70.98%-
XYZ21.4123.7847.18-
YUV127.94157.9498.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 181 (71.09% from 255) = 44.58%
R=21.18%
G=34.24%
B=44.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861391810.520.2300.29206.5339.0952.35
Hex568BB5341701Dcf2734
Octal12621326564270353174764
Binary101011010001011101101011101001011101110111001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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