Html Css Color HEX #5A91DB Cornflower Blue

📋 copy color: '#5A91DB'

red 90 ◦ green 145 ◦ blue 219

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

Shades of Cornflower Blue #5A91DB

Tints of Cornflower Blue #5A91DB

RGB

 RED value IS 90 (35.55% from 255) = 19.82%

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

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

R = 19.82%
G = 31.94%
B = 48.24%

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

#5A91DB (or 0x5A91DB) is known color: Cornflower Blue. HEX triplet: 5A, 91 and DB. RGB value is (90,145,219). Sum of RGB (Red+Green+Blue) = 90+145+219=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A91DB is #A56E24. Grayscale: #888888. Windows color (decimal): -10841637 or 14389594. OLE color: 14389594.

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

Color convert

RGB 90 145 219 -
CMYK 0.59 0.34 0 0.14
HSL 214.42º 0.64% 0.61% -
HSV(B) 214.42º 0.59% 0.86% -
XYZ 27.13 27.54 70.9 -
YUV 136.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 90 145 219 0.59 0.34 0 0.14 214.42 0.64 0.61
Hex 5A 91 DB 3B 22 0 E D6 40 3D
Octal 132 221 333 73 42 0 16 326 100 75
Binary 1011010 10010001 11011011 111011 100010 0 1110 11010110 1000000 111101

Color Harmonies of #5A91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A91DB

Black with #5A91DB

Text Example


Text Example

White with #5A91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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