Html Css Color HEX #5688BF Danube

📋 copy color: '#5688BF'

red 86 ◦ green 136 ◦ blue 191

#5688BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #5688BF

Tints of Danube #5688BF

RGB

 RED value IS 86 (33.98% from 255) = 20.82%

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 20.82%
G = 32.93%
B = 46.25%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5688BF (or 0x5688BF) is known color: Danube. HEX triplet: 56, 88 and BF. RGB value is (86,136,191). Sum of RGB (Red+Green+Blue) = 86+136+191=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #5688BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5688BF is #A97740. Grayscale: #7F7F7F. Windows color (decimal): -11106113 or 12552278. OLE color: 12552278.

HSL color Cylindrical-coordinate representation of color #5688BF: hue angle of 211.43º degrees, saturation: 0.45, 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 #5688BF is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 136 191 -
CMYK 0.55 0.29 0 0.25
HSL 211.43º 0.45% 0.54% -
HSV(B) 211.43º 0.55% 0.75% -
XYZ 22.05 23.35 52.63 -
YUV 127.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 86 136 191 0.55 0.29 0 0.25 211.43 0.45 0.54
Hex 56 88 BF 37 1D 0 19 D3 2D 36
Octal 126 210 277 67 35 0 31 323 55 66
Binary 1010110 10001000 10111111 110111 11101 0 11001 11010011 101101 110110

Color Harmonies of #5688BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5688BF

Black with #5688BF

Text Example


Text Example

White with #5688BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5688BF; }

 p { color: rgb(86,136,191); }

 H1.HeaderClassName
 {
   color: #5688BF;
 }
 .AnyTagClassName
 {
   color: #5688BF;
 }
</style>

background-color css

<style>
 a { background-color: #5688BF; }

 a { background-color: rgb(86,136,191); }

 div.DivClassName
 {
   background-color: #5688BF;
 }
 .BgClassName
 {
   background-color: #5688BF;
 }
</style>

border-color css

<style>
 span { border-color: #5688BF; }

 span { border-color: rgb(86,136,191); }

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