Html Css Color HEX #5590DD Cornflower Blue

📋 copy color: '#5590DD'

red 85 ◦ green 144 ◦ blue 221

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

Shades of Cornflower Blue #5590DD

Tints of Cornflower Blue #5590DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 18.89%
G = 32%
B = 49.11%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5590DD (or 0x5590DD) is known color: Cornflower Blue. HEX triplet: 55, 90 and DD. RGB value is (85,144,221). Sum of RGB (Red+Green+Blue) = 85+144+221=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #5590DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590DD is #AA6F22. Grayscale: #868686. Windows color (decimal): -11169571 or 14520405. OLE color: 14520405.

HSL color Cylindrical-coordinate representation of color #5590DD: hue angle of 213.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5590DD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 144 221 -
CMYK 0.62 0.35 0 0.13
HSL 213.97º 0.67% 0.6% -
HSV(B) 213.97º 0.62% 0.87% -
XYZ 26.77 27.1 72.23 -
YUV 135.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 85 144 221 0.62 0.35 0 0.13 213.97 0.67 0.6
Hex 55 90 DD 3E 23 0 D D6 43 3C
Octal 125 220 335 76 43 0 15 326 103 74
Binary 1010101 10010000 11011101 111110 100011 0 1101 11010110 1000011 111100

Color Harmonies of #5590DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5590DD

Black with #5590DD

Text Example


Text Example

White with #5590DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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