#5B95FC

Color #5B95FC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5B95FC

Tints of Cornflower Blue #5B95FC

Color information

#5B95FC (or 0x5B95FC) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 95 and FC. RGB value is (91,149,252). Sum of RGB (Red+Green+Blue) = 91+149+252=492 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.50% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B95FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B95FC is #A46A03. Grayscale: #8E8E8E. Windows color (decimal): -10775044 or 16553307. OLE color: 16553307.

HSL color Cylindrical-coordinate representation of color #5B95FC: hue angle of 218.39º 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 #5B95FC is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91149252-
CMYK0.640.4100.01
HSL218.39º96.41%67.25%-
HSV(B)218.39º63.89%98.82%-
XYZ32.6330.7596.31-
YUV143.4189.2890.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.50%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 51.22%
R=18.50%
G=30.28%
B=51.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal911492520.640.4100.01218.3996.4167.25
Hex5B95FC402901da6043
Octal1332253741005101332140103
Binary101101110010101111111001000000101001011101101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B95FC;
 }
 .AnyTagClassName
 {
   color: #5B95FC;
 }
</style>
background-color css

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

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

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

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

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

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