#568AB7

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

Shades of Danube #568AB7

Tints of Danube #568AB7

Color information

#568AB7 (or 0x568AB7) is unknown color: approx Danube. HEX triplet: 56, 8A and B7. RGB value is (86,138,183). Sum of RGB (Red+Green+Blue) = 86+138+183=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #568AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AB7 is #A97548. Grayscale: #7F7F7F. Windows color (decimal): -11105609 or 12028502. OLE color: 12028502.

HSL color Cylindrical-coordinate representation of color #568AB7: hue angle of 207.84º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #568AB7 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB86138183-
CMYK0.530.2500.28
HSL207.84º40.25%52.75%-
HSV(B)207.84º53.01%71.76%-
XYZ21.4723.5748.22-
YUV127.58159.2798.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.13%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=21.13%
G=33.91%
B=44.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861381830.530.2500.28207.8440.2552.75
Hex568AB7351901Cd02835
Octal12621226765310343205065
Binary101011010001010101101111101011100101110011010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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