Html Css Color HEX #5891DC Cornflower Blue

📋 copy color: '#5891DC'

red 88 ◦ green 145 ◦ blue 220

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

Shades of Cornflower Blue #5891DC

Tints of Cornflower Blue #5891DC

RGB

 RED value IS 88 (34.77% from 255) = 19.43%

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 19.43%
G = 32.01%
B = 48.57%

CMYK

 C value IS 0.6

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5891DC (or 0x5891DC) is known color: Cornflower Blue. HEX triplet: 58, 91 and DC. RGB value is (88,145,220). Sum of RGB (Red+Green+Blue) = 88+145+220=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #5891DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5891DC is #A76E23. Grayscale: #888888. Windows color (decimal): -10972708 or 14455128. OLE color: 14455128.

HSL color Cylindrical-coordinate representation of color #5891DC: hue angle of 214.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5891DC is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 145 220 -
CMYK 0.6 0.34 0 0.14
HSL 214.09º 0.65% 0.6% -
HSV(B) 214.09º 0.6% 0.86% -
XYZ 27.07 27.49 71.59 -
YUV 136.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 88 145 220 0.6 0.34 0 0.14 214.09 0.65 0.6
Hex 58 91 DC 3C 22 0 E D6 41 3C
Octal 130 221 334 74 42 0 16 326 101 74
Binary 1011000 10010001 11011100 111100 100010 0 1110 11010110 1000001 111100

Color Harmonies of #5891DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5891DC

Black with #5891DC

Text Example


Text Example

White with #5891DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5891DC; }

 p { color: rgb(88,145,220); }

 H1.HeaderClassName
 {
   color: #5891DC;
 }
 .AnyTagClassName
 {
   color: #5891DC;
 }
</style>

background-color css

<style>
 a { background-color: #5891DC; }

 a { background-color: rgb(88,145,220); }

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

border-color css

<style>
 span { border-color: #5891DC; }

 span { border-color: rgb(88,145,220); }

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