Html Css Color HEX #5991DB Cornflower Blue

📋 copy color: '#5991DB'

red 89 ◦ green 145 ◦ blue 219

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

Shades of Cornflower Blue #5991DB

Tints of Cornflower Blue #5991DB

RGB

 RED value IS 89 (35.16% from 255) = 19.65%

 GREEN value IS 145 (57.03% from 255) = 32.01%

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 19.65%
G = 32.01%
B = 48.34%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5991DB (or 0x5991DB) is known color: Cornflower Blue. HEX triplet: 59, 91 and DB. RGB value is (89,145,219). Sum of RGB (Red+Green+Blue) = 89+145+219=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #5991DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991DB is #A66E24. Grayscale: #888888. Windows color (decimal): -10907173 or 14389593. OLE color: 14389593.

HSL color Cylindrical-coordinate representation of color #5991DB: hue angle of 214.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5991DB is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 145 219 -
CMYK 0.59 0.34 0 0.14
HSL 214.15º 0.64% 0.6% -
HSV(B) 214.15º 0.59% 0.86% -
XYZ 27.03 27.49 70.9 -
YUV 136.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 89 145 219 0.59 0.34 0 0.14 214.15 0.64 0.6
Hex 59 91 DB 3B 22 0 E D6 40 3C
Octal 131 221 333 73 42 0 16 326 100 74
Binary 1011001 10010001 11011011 111011 100010 0 1110 11010110 1000000 111100

Color Harmonies of #5991DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5991DB

Black with #5991DB

Text Example


Text Example

White with #5991DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5991DB; }

 p { color: rgb(89,145,219); }

 H1.HeaderClassName
 {
   color: #5991DB;
 }
 .AnyTagClassName
 {
   color: #5991DB;
 }
</style>

background-color css

<style>
 a { background-color: #5991DB; }

 a { background-color: rgb(89,145,219); }

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

border-color css

<style>
 span { border-color: #5991DB; }

 span { border-color: rgb(89,145,219); }

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