#568CBB

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

Shades of Danube #568CBB

Tints of Danube #568CBB

Color information

#568CBB (or 0x568CBB) is unknown color: approx Danube. HEX triplet: 56, 8C and BB. RGB value is (86,140,187). Sum of RGB (Red+Green+Blue) = 86+140+187=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #568CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CBB is #A97344. Grayscale: #808080. Windows color (decimal): -11105093 or 12291158. OLE color: 12291158.

HSL color Cylindrical-coordinate representation of color #568CBB: hue angle of 207.92º 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 #568CBB is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86140187-
CMYK0.540.2500.27
HSL207.92º42.62%53.53%-
HSV(B)207.92º54.01%73.33%-
XYZ22.1924.3250.54-
YUV129.21160.6197.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.82%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=20.82%
G=33.90%
B=45.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861401870.540.2500.27207.9242.6253.53
Hex568CBB361901Bd02b36
Octal12621427366310333205366
Binary101011010001100101110111101101100101101111010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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