Html Css Color HEX #5991DC Cornflower Blue

📋 copy color: '#5991DC'

red 89 ◦ green 145 ◦ blue 220

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

Shades of Cornflower Blue #5991DC

Tints of Cornflower Blue #5991DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 19.6%
G = 31.94%
B = 48.46%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5991DC (or 0x5991DC) is known color: Cornflower Blue. HEX triplet: 59, 91 and DC. RGB value is (89,145,220). Sum of RGB (Red+Green+Blue) = 89+145+220=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5991DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991DC is #A66E23. Grayscale: #888888. Windows color (decimal): -10907172 or 14455129. OLE color: 14455129.

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

Color convert

RGB 89 145 220 -
CMYK 0.60 0.34 0 0.14
HSL 214.35º 0.65% 0.61% -
HSV(B) 214.35º 0.6% 0.86% -
XYZ 27.16 27.54 71.59 -
YUV 136.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 89 145 220 0.60 0.34 0 0.14 214.35 0.65 0.61
Hex 59 91 DC 3C 22 0 E D6 41 3D
Octal 131 221 334 74 42 0 16 326 101 75
Binary 1011001 10010001 11011100 111100 100010 0 1110 11010110 1000001 111101

Color Harmonies of #5991DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5991DC

Black with #5991DC

Text Example


Text Example

White with #5991DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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