Html Css Color HEX #5D89FC Cornflower Blue

📋 copy color: '#5D89FC'

red 93 ◦ green 137 ◦ blue 252

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

Shades of Cornflower Blue #5D89FC

Tints of Cornflower Blue #5D89FC

RGB

 RED value IS 93 (36.72% from 255) = 19.29%

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

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

R = 19.29%
G = 28.42%
B = 52.28%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D89FC (or 0x5D89FC) is known color: Cornflower Blue. HEX triplet: 5D, 89 and FC. RGB value is (93,137,252). Sum of RGB (Red+Green+Blue) = 93+137+252=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D89FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D89FC is #A27603. Grayscale: #888888. Windows color (decimal): -10647044 or 16550237. OLE color: 16550237.

HSL color Cylindrical-coordinate representation of color #5D89FC: hue angle of 223.4º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D89FC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 137 252 -
CMYK 0.63 0.46 0 0.01
HSL 223.4º 0.96% 0.68% -
HSV(B) 223.4º 0.63% 0.99% -
XYZ 31.03 27.25 95.72 -
YUV 136.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 93 137 252 0.63 0.46 0 0.01 223.4 0.96 0.68
Hex 5D 89 FC 3F 2E 0 1 DF 60 44
Octal 135 211 374 77 56 0 1 337 140 104
Binary 1011101 10001001 11111100 111111 101110 0 1 11011111 1100000 1000100

Color Harmonies of #5D89FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D89FC

Black with #5D89FC

Text Example


Text Example

White with #5D89FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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