#568BCC

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

Shades of Danube #568BCC

Tints of Danube #568BCC

Color information

#568BCC (or 0x568BCC) is unknown color: approx Danube. HEX triplet: 56, 8B and CC. RGB value is (86,139,204). Sum of RGB (Red+Green+Blue) = 86+139+204=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #568BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BCC is #A97433. Grayscale: #828282. Windows color (decimal): -11105332 or 13405014. OLE color: 13405014.

HSL color Cylindrical-coordinate representation of color #568BCC: hue angle of 213.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568BCC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86139204-
CMYK0.580.3200.2
HSL213.05º53.64%56.86%-
HSV(B)213.05º57.84%80%-
XYZ23.9724.860.65-
YUV130.56169.4496.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.05%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=20.05%
G=32.40%
B=47.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861392040.580.3200.2213.0553.6456.86
Hex568BCC3A20014d53639
Octal12621331472400243256671
Binary1010110100010111100110011101010000001010011010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,139,204); }

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

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

 a { background-color: rgb(86,139,204); }

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

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

 span { border-color: rgb(86,139,204); }

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