Html Css Color HEX #5591EB Cornflower Blue

📋 copy color: '#5591EB'

red 85 ◦ green 145 ◦ blue 235

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

Shades of Cornflower Blue #5591EB

Tints of Cornflower Blue #5591EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 18.28%
G = 31.18%
B = 50.54%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5591EB (or 0x5591EB) is known color: Cornflower Blue. HEX triplet: 55, 91 and EB. RGB value is (85,145,235). Sum of RGB (Red+Green+Blue) = 85+145+235=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #5591EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5591EB is #AA6E14. Grayscale: #888888. Windows color (decimal): -11169301 or 15438165. OLE color: 15438165.

HSL color Cylindrical-coordinate representation of color #5591EB: hue angle of 216º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5591EB is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 145 235 -
CMYK 0.64 0.38 0 0.08
HSL 216º 0.79% 0.63% -
HSV(B) 216º 0.64% 0.92% -
XYZ 28.87 28.18 82.52 -
YUV 137.32 183.12 90.68 -
System Red Green Blue C M Y K H S L
Decimal 85 145 235 0.64 0.38 0 0.08 216 0.79 0.63
Hex 55 91 EB 40 26 0 8 D8 4F 3F
Octal 125 221 353 100 46 0 10 330 117 77
Binary 1010101 10010001 11101011 1000000 100110 0 1000 11011000 1001111 111111

Color Harmonies of #5591EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5591EB

Black with #5591EB

Text Example


Text Example

White with #5591EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5591EB; }

 p { color: rgb(85,145,235); }

 H1.HeaderClassName
 {
   color: #5591EB;
 }
 .AnyTagClassName
 {
   color: #5591EB;
 }
</style>

background-color css

<style>
 a { background-color: #5591EB; }

 a { background-color: rgb(85,145,235); }

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

border-color css

<style>
 span { border-color: #5591EB; }

 span { border-color: rgb(85,145,235); }

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