Html Css Color HEX #5B86FC Cornflower Blue

📋 copy color: '#5B86FC'

red 91 ◦ green 134 ◦ blue 252

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

Shades of Cornflower Blue #5B86FC

Tints of Cornflower Blue #5B86FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.09%

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

R = 19.08%
G = 28.09%
B = 52.83%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B86FC (or 0x5B86FC) is known color: Cornflower Blue. HEX triplet: 5B, 86 and FC. RGB value is (91,134,252). Sum of RGB (Red+Green+Blue) = 91+134+252=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B86FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B86FC is #A47903. Grayscale: #868686. Windows color (decimal): -10778884 or 16549467. OLE color: 16549467.

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

Color convert

RGB 91 134 252 -
CMYK 0.64 0.47 0 0.01
HSL 223.98º 0.96% 0.67% -
HSV(B) 223.98º 0.64% 0.99% -
XYZ 30.41 26.3 95.57 -
YUV 134.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 91 134 252 0.64 0.47 0 0.01 223.98 0.96 0.67
Hex 5B 86 FC 40 2F 0 1 E0 60 43
Octal 133 206 374 100 57 0 1 340 140 103
Binary 1011011 10000110 11111100 1000000 101111 0 1 11100000 1100000 1000011

Color Harmonies of #5B86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B86FC

Black with #5B86FC

Text Example


Text Example

White with #5B86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,134,252); }

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

background-color css

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

 a { background-color: rgb(91,134,252); }

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

border-color css

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

 span { border-color: rgb(91,134,252); }

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