Html Css Color HEX #5B85DC Cornflower Blue

📋 copy color: '#5B85DC'

red 91 ◦ green 133 ◦ blue 220

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

Shades of Cornflower Blue #5B85DC

Tints of Cornflower Blue #5B85DC

RGB

 RED value IS 91 (35.94% from 255) = 20.5%

 GREEN value IS 133 (52.34% from 255) = 29.95%

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

R = 20.5%
G = 29.95%
B = 49.55%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B85DC (or 0x5B85DC) is known color: Cornflower Blue. HEX triplet: 5B, 85 and DC. RGB value is (91,133,220). Sum of RGB (Red+Green+Blue) = 91+133+220=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B85DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85DC is #A47A23. Grayscale: #818181. Windows color (decimal): -10779172 or 14452059. OLE color: 14452059.

HSL color Cylindrical-coordinate representation of color #5B85DC: hue angle of 220.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B85DC is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 133 220 -
CMYK 0.59 0.40 0 0.14
HSL 220.47º 0.65% 0.61% -
HSV(B) 220.47º 0.59% 0.86% -
XYZ 25.62 24.17 71.02 -
YUV 130.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 91 133 220 0.59 0.40 0 0.14 220.47 0.65 0.61
Hex 5B 85 DC 3B 28 0 E DC 41 3D
Octal 133 205 334 73 50 0 16 334 101 75
Binary 1011011 10000101 11011100 111011 101000 0 1110 11011100 1000001 111101

Color Harmonies of #5B85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B85DC

Black with #5B85DC

Text Example


Text Example

White with #5B85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,133,220); }

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

background-color css

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

 a { background-color: rgb(91,133,220); }

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

border-color css

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

 span { border-color: rgb(91,133,220); }

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