Html Css Color HEX #5992EC Cornflower Blue

📋 copy color: '#5992EC'

red 89 ◦ green 146 ◦ blue 236

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

Shades of Cornflower Blue #5992EC

Tints of Cornflower Blue #5992EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 18.9%
G = 31%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5992EC (or 0x5992EC) is known color: Cornflower Blue. HEX triplet: 59, 92 and EC. RGB value is (89,146,236). Sum of RGB (Red+Green+Blue) = 89+146+236=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #5992EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992EC is #A66D13. Grayscale: #8A8A8A. Windows color (decimal): -10906900 or 15503961. OLE color: 15503961.

HSL color Cylindrical-coordinate representation of color #5992EC: hue angle of 216.73º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5992EC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 146 236 -
CMYK 0.62 0.38 0 0.07
HSL 216.73º 0.79% 0.64% -
HSV(B) 216.73º 0.62% 0.93% -
XYZ 29.54 28.74 83.35 -
YUV 139.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 89 146 236 0.62 0.38 0 0.07 216.73 0.79 0.64
Hex 59 92 EC 3E 26 0 7 D9 4F 40
Octal 131 222 354 76 46 0 7 331 117 100
Binary 1011001 10010010 11101100 111110 100110 0 111 11011001 1001111 1000000

Color Harmonies of #5992EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992EC

Black with #5992EC

Text Example


Text Example

White with #5992EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992EC; }

 p { color: rgb(89,146,236); }

 H1.HeaderClassName
 {
   color: #5992EC;
 }
 .AnyTagClassName
 {
   color: #5992EC;
 }
</style>

background-color css

<style>
 a { background-color: #5992EC; }

 a { background-color: rgb(89,146,236); }

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

border-color css

<style>
 span { border-color: #5992EC; }

 span { border-color: rgb(89,146,236); }

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