#5C82DD

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

Shades of Cornflower Blue #5C82DD

Tints of Cornflower Blue #5C82DD

Color information

#5C82DD (or 0x5C82DD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 82 and DD. RGB value is (92,130,221). Sum of RGB (Red+Green+Blue) = 92+130+221=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C82DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C82DD is #A37D22. Grayscale: #808080. Windows color (decimal): -10714403 or 14516828. OLE color: 14516828.

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

Color convert

RGB92130221-
CMYK0.580.4100.13
HSL222.33º65.48%61.37%-
HSV(B)222.33º58.37%86.67%-
XYZ25.4523.4671.59-
YUV129.01179.91101.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.77%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=20.77%
G=29.35%
B=49.89%

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
Decimal921302210.580.4100.13222.3365.4861.37
Hex5C82DD3A290Dde413d
Octal134202335725101533610175
Binary1011100100000101101110111101010100101101110111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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