Html Css Color HEX #5590BF Danube

📋 copy color: '#5590BF'

red 85 ◦ green 144 ◦ blue 191

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

Shades of Danube #5590BF

Tints of Danube #5590BF

RGB

 RED value IS 85 (33.59% from 255) = 20.24%

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 20.24%
G = 34.29%
B = 45.48%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5590BF (or 0x5590BF) is known color: Danube. HEX triplet: 55, 90 and BF. RGB value is (85,144,191). Sum of RGB (Red+Green+Blue) = 85+144+191=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #5590BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590BF is #AA6F40. Grayscale: #838383. Windows color (decimal): -11169601 or 12554325. OLE color: 12554325.

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

Color convert

RGB 85 144 191 -
CMYK 0.55 0.25 0 0.25
HSL 206.6º 0.45% 0.54% -
HSV(B) 206.6º 0.55% 0.75% -
XYZ 23.12 25.64 53.02 -
YUV 131.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 85 144 191 0.55 0.25 0 0.25 206.6 0.45 0.54
Hex 55 90 BF 37 19 0 19 CF 2D 36
Octal 125 220 277 67 31 0 31 317 55 66
Binary 1010101 10010000 10111111 110111 11001 0 11001 11001111 101101 110110

Color Harmonies of #5590BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5590BF

Black with #5590BF

Text Example


Text Example

White with #5590BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,144,191); }

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

background-color css

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

 a { background-color: rgb(85,144,191); }

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

border-color css

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

 span { border-color: rgb(85,144,191); }

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