Html Css Color HEX #5993E1 Cornflower Blue

📋 copy color: '#5993E1'

red 89 ◦ green 147 ◦ blue 225

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

Shades of Cornflower Blue #5993E1

Tints of Cornflower Blue #5993E1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 19.31%
G = 31.89%
B = 48.81%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5993E1 (or 0x5993E1) is known color: Cornflower Blue. HEX triplet: 59, 93 and E1. RGB value is (89,147,225). Sum of RGB (Red+Green+Blue) = 89+147+225=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #5993E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993E1 is #A66C1E. Grayscale: #8A8A8A. Windows color (decimal): -10906655 or 14783321. OLE color: 14783321.

HSL color Cylindrical-coordinate representation of color #5993E1: hue angle of 214.41º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5993E1 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 147 225 -
CMYK 0.60 0.35 0 0.12
HSL 214.41º 0.69% 0.62% -
HSV(B) 214.41º 0.6% 0.88% -
XYZ 28.14 28.43 75.24 -
YUV 138.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 89 147 225 0.60 0.35 0 0.12 214.41 0.69 0.62
Hex 59 93 E1 3C 23 0 C D6 45 3E
Octal 131 223 341 74 43 0 14 326 105 76
Binary 1011001 10010011 11100001 111100 100011 0 1100 11010110 1000101 111110

Color Harmonies of #5993E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993E1

Black with #5993E1

Text Example


Text Example

White with #5993E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5993E1; }

 p { color: rgb(89,147,225); }

 H1.HeaderClassName
 {
   color: #5993E1;
 }
 .AnyTagClassName
 {
   color: #5993E1;
 }
</style>

background-color css

<style>
 a { background-color: #5993E1; }

 a { background-color: rgb(89,147,225); }

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

border-color css

<style>
 span { border-color: #5993E1; }

 span { border-color: rgb(89,147,225); }

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