Html Css Color HEX #5B91E4 Cornflower Blue

📋 copy color: '#5B91E4'

red 91 ◦ green 145 ◦ blue 228

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

Shades of Cornflower Blue #5B91E4

Tints of Cornflower Blue #5B91E4

RGB

 RED value IS 91 (35.94% from 255) = 19.61%

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

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 19.61%
G = 31.25%
B = 49.14%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5B91E4 (or 0x5B91E4) is known color: Cornflower Blue. HEX triplet: 5B, 91 and E4. RGB value is (91,145,228). Sum of RGB (Red+Green+Blue) = 91+145+228=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #5B91E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B91E4 is #A46E1B. Grayscale: #898989. Windows color (decimal): -10776092 or 14979419. OLE color: 14979419.

HSL color Cylindrical-coordinate representation of color #5B91E4: hue angle of 216.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B91E4 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 145 228 -
CMYK 0.60 0.36 0 0.11
HSL 216.35º 0.72% 0.63% -
HSV(B) 216.35º 0.6% 0.89% -
XYZ 28.44 28.08 77.32 -
YUV 138.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 91 145 228 0.60 0.36 0 0.11 216.35 0.72 0.63
Hex 5B 91 E4 3C 24 0 B D8 48 3F
Octal 133 221 344 74 44 0 13 330 110 77
Binary 1011011 10010001 11100100 111100 100100 0 1011 11011000 1001000 111111

Color Harmonies of #5B91E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B91E4

Black with #5B91E4

Text Example


Text Example

White with #5B91E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B91E4; }

 p { color: rgb(91,145,228); }

 H1.HeaderClassName
 {
   color: #5B91E4;
 }
 .AnyTagClassName
 {
   color: #5B91E4;
 }
</style>

background-color css

<style>
 a { background-color: #5B91E4; }

 a { background-color: rgb(91,145,228); }

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

border-color css

<style>
 span { border-color: #5B91E4; }

 span { border-color: rgb(91,145,228); }

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