#568EB7

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

Shades of Danube #568EB7

Tints of Danube #568EB7

Color information

#568EB7 (or 0x568EB7) is unknown color: approx Danube. HEX triplet: 56, 8E and B7. RGB value is (86,142,183). Sum of RGB (Red+Green+Blue) = 86+142+183=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #568EB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EB7 is #A97148. Grayscale: #818181. Windows color (decimal): -11104585 or 12029526. OLE color: 12029526.

HSL color Cylindrical-coordinate representation of color #568EB7: hue angle of 205.36º 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 #568EB7 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB86142183-
CMYK0.530.2200.28
HSL205.36º40.25%52.75%-
HSV(B)205.36º53.01%71.76%-
XYZ22.0624.7448.41-
YUV129.93157.9596.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=20.92%
G=34.55%
B=44.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861421830.530.2200.28205.3640.2552.75
Hex568EB7351601Ccd2835
Octal12621626765260343155065
Binary101011010001110101101111101011011001110011001101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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