#5682e0

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

Shades of Cornflower Blue #5682E0

Tints of Cornflower Blue #5682E0

Color information

#5682E0 (or 0x5682E0) is unknown color: approx Cornflower Blue. HEX triplet: 56, 82 and E0. RGB value is (86,130,224). Sum of RGB (Red+Green+Blue) = 86+130+224=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #5682E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682E0 is #A97D1F. Grayscale: #7F7F7F. Windows color (decimal): -11107616 or 14713430. OLE color: 14713430.

HSL color Cylindrical-coordinate representation of color #5682E0: hue angle of 220.87º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5682E0 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86130224-
CMYK0.620.4200.12
HSL220.87º69%60.78%-
HSV(B)220.87º61.61%87.84%-
XYZ25.2723.3373.69-
YUV127.56182.4298.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 224 (87.89% from 255) = 50.91%
R=19.55%
G=29.55%
B=50.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861302240.620.4200.12220.876960.78
Hex5682E03E2A0Cdd453d
Octal126202340765201433510575
Binary1010110100000101110000011111010101001100110111011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5682e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5682e0; }

 p { color: rgb(86,130,224); }

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

<style>
 a { background-color: #5682e0; }

 a { background-color: rgb(86,130,224); }

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

<style>
 span { border-color: #5682e0; }

 span { border-color: rgb(86,130,224); }

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