Html Css Color HEX #5589FC Cornflower Blue

📋 copy color: '#5589FC'

red 85 ◦ green 137 ◦ blue 252

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

Shades of Cornflower Blue #5589FC

Tints of Cornflower Blue #5589FC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 17.93%
G = 28.9%
B = 53.16%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5589FC (or 0x5589FC) is known color: Cornflower Blue. HEX triplet: 55, 89 and FC. RGB value is (85,137,252). Sum of RGB (Red+Green+Blue) = 85+137+252=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #5589FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5589FC is #AA7603. Grayscale: #868686. Windows color (decimal): -11171332 or 16550229. OLE color: 16550229.

HSL color Cylindrical-coordinate representation of color #5589FC: hue angle of 221.32º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5589FC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 137 252 -
CMYK 0.66 0.46 0 0.01
HSL 221.32º 0.97% 0.66% -
HSV(B) 221.32º 0.66% 0.99% -
XYZ 30.26 26.85 95.68 -
YUV 134.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 85 137 252 0.66 0.46 0 0.01 221.32 0.97 0.66
Hex 55 89 FC 42 2E 0 1 DD 61 42
Octal 125 211 374 102 56 0 1 335 141 102
Binary 1010101 10001001 11111100 1000010 101110 0 1 11011101 1100001 1000010

Color Harmonies of #5589FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589FC

Black with #5589FC

Text Example


Text Example

White with #5589FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5589FC; }

 p { color: rgb(85,137,252); }

 H1.HeaderClassName
 {
   color: #5589FC;
 }
 .AnyTagClassName
 {
   color: #5589FC;
 }
</style>

background-color css

<style>
 a { background-color: #5589FC; }

 a { background-color: rgb(85,137,252); }

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

border-color css

<style>
 span { border-color: #5589FC; }

 span { border-color: rgb(85,137,252); }

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