#5B88DC

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

Shades of Cornflower Blue #5B88DC

Tints of Cornflower Blue #5B88DC

Color information

#5B88DC (or 0x5B88DC) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 88 and DC. RGB value is (91,136,220). Sum of RGB (Red+Green+Blue) = 91+136+220=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B88DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B88DC is #A47723. Grayscale: #838383. Windows color (decimal): -10778404 or 14452827. OLE color: 14452827.

HSL color Cylindrical-coordinate representation of color #5B88DC: hue angle of 219.07º 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 #5B88DC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91136220-
CMYK0.590.3800.14
HSL219.07º64.82%60.98%-
HSV(B)219.07º58.64%86.27%-
XYZ26.042571.16-
YUV132.12177.5998.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.36%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=20.36%
G=30.43%
B=49.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911362200.590.3800.14219.0764.8260.98
Hex5B88DC3B260Edb413d
Octal133210334734601633310175
Binary1011011100010001101110011101110011001110110110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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