Html Css Color HEX #5590BC Danube

📋 copy color: '#5590BC'

red 85 ◦ green 144 ◦ blue 188

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

Shades of Danube #5590BC

Tints of Danube #5590BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 20.38%
G = 34.53%
B = 45.08%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5590BC (or 0x5590BC) is known color: Danube. HEX triplet: 55, 90 and BC. RGB value is (85,144,188). Sum of RGB (Red+Green+Blue) = 85+144+188=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #5590BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590BC is #AA6F43. Grayscale: #838383. Windows color (decimal): -11169604 or 12357717. OLE color: 12357717.

HSL color Cylindrical-coordinate representation of color #5590BC: hue angle of 205.63º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5590BC is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 144 188 -
CMYK 0.55 0.23 0 0.26
HSL 205.63º 0.43% 0.54% -
HSV(B) 205.63º 0.55% 0.74% -
XYZ 22.8 25.51 51.3 -
YUV 131.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 85 144 188 0.55 0.23 0 0.26 205.63 0.43 0.54
Hex 55 90 BC 37 17 0 1A CE 2B 36
Octal 125 220 274 67 27 0 32 316 53 66
Binary 1010101 10010000 10111100 110111 10111 0 11010 11001110 101011 110110

Color Harmonies of #5590BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5590BC

Black with #5590BC

Text Example


Text Example

White with #5590BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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