#568ABB

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

Shades of Danube #568ABB

Tints of Danube #568ABB

Color information

#568ABB (or 0x568ABB) is unknown color: approx Danube. HEX triplet: 56, 8A and BB. RGB value is (86,138,187). Sum of RGB (Red+Green+Blue) = 86+138+187=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #568ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ABB is #A97544. Grayscale: #7F7F7F. Windows color (decimal): -11105605 or 12290646. OLE color: 12290646.

HSL color Cylindrical-coordinate representation of color #568ABB: hue angle of 209.11º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568ABB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86138187-
CMYK0.540.2600.27
HSL209.11º42.62%53.53%-
HSV(B)209.11º54.01%73.33%-
XYZ21.923.7450.44-
YUV128.04161.2798.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=20.92%
G=33.58%
B=45.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861381870.540.2600.27209.1142.6253.53
Hex568ABB361A01Bd12b36
Octal12621227366320333215366
Binary101011010001010101110111101101101001101111010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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