#5683e7

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

Shades of Cornflower Blue #5683E7

Tints of Cornflower Blue #5683E7

Color information

#5683E7 (or 0x5683E7) is unknown color: approx Cornflower Blue. HEX triplet: 56, 83 and E7. RGB value is (86,131,231). Sum of RGB (Red+Green+Blue) = 86+131+231=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #5683E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5683E7 is #A97C18. Grayscale: #808080. Windows color (decimal): -11107353 or 15172438. OLE color: 15172438.

HSL color Cylindrical-coordinate representation of color #5683E7: hue angle of 221.38º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5683E7 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86131231-
CMYK0.630.4300.09
HSL221.38º75.13%62.16%-
HSV(B)221.38º62.77%90.59%-
XYZ26.3823.9878.84-
YUV128.94185.5997.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.20%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 231 (90.62% from 255) = 51.56%
R=19.20%
G=29.24%
B=51.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861312310.630.4300.09221.3875.1362.16
Hex5683E73F2B09dd4b3e
Octal126203347775301133511376
Binary1010110100000111110011111111110101101001110111011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5683e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5683e7; }

 p { color: rgb(86,131,231); }

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

<style>
 a { background-color: #5683e7; }

 a { background-color: rgb(86,131,231); }

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

<style>
 span { border-color: #5683e7; }

 span { border-color: rgb(86,131,231); }

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