#5C83DD

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

Shades of Cornflower Blue #5C83DD

Tints of Cornflower Blue #5C83DD

Color information

#5C83DD (or 0x5C83DD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 83 and DD. RGB value is (92,131,221). Sum of RGB (Red+Green+Blue) = 92+131+221=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C83DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83DD is #A37C22. Grayscale: #818181. Windows color (decimal): -10714147 or 14517084. OLE color: 14517084.

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

Color convert

RGB92131221-
CMYK0.580.4100.13
HSL221.86º65.48%61.37%-
HSV(B)221.86º58.37%86.67%-
XYZ25.5823.7371.64-
YUV129.6179.58101.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.72%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=20.72%
G=29.50%
B=49.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921312210.580.4100.13221.8665.4861.37
Hex5C83DD3A290Dde413d
Octal134203335725101533610175
Binary1011100100000111101110111101010100101101110111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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