#5C88DD

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

Shades of Cornflower Blue #5C88DD

Tints of Cornflower Blue #5C88DD

Color information

#5C88DD (or 0x5C88DD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 88 and DD. RGB value is (92,136,221). Sum of RGB (Red+Green+Blue) = 92+136+221=449 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.49% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C88DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C88DD is #A37722. Grayscale: #848484. Windows color (decimal): -10712867 or 14518364. OLE color: 14518364.

HSL color Cylindrical-coordinate representation of color #5C88DD: hue angle of 219.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C88DD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92136221-
CMYK0.580.3800.13
HSL219.53º65.48%61.37%-
HSV(B)219.53º58.37%86.67%-
XYZ26.2725.171.87-
YUV132.53177.9299.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.49%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=20.49%
G=30.29%
B=49.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921362210.580.3800.13219.5365.4861.37
Hex5C88DD3A260Ddc413d
Octal134210335724601533410175
Binary1011100100010001101110111101010011001101110111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,136,221); }

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

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

 a { background-color: rgb(92,136,221); }

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

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

 span { border-color: rgb(92,136,221); }

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