#568ABE

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

Shades of Danube #568ABE

Tints of Danube #568ABE

Color information

#568ABE (or 0x568ABE) is unknown color: approx Danube. HEX triplet: 56, 8A and BE. RGB value is (86,138,190). Sum of RGB (Red+Green+Blue) = 86+138+190=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #568ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ABE is #A97541. Grayscale: #808080. Windows color (decimal): -11105602 or 12487254. OLE color: 12487254.

HSL color Cylindrical-coordinate representation of color #568ABE: hue angle of 210º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #568ABE is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86138190-
CMYK0.550.2700.25
HSL210º44.44%54.12%-
HSV(B)210º54.74%74.51%-
XYZ22.2223.8752.15-
YUV128.38162.7797.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=20.77%
G=33.33%
B=45.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861381900.550.2700.2521044.4454.12
Hex568ABE371B019d22c36
Octal12621227667330313225466
Binary101011010001010101111101101111101101100111010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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