#5783DC

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

Shades of Cornflower Blue #5783DC

Tints of Cornflower Blue #5783DC

Color information

#5783DC (or 0x5783DC) is unknown color: approx Cornflower Blue. HEX triplet: 57, 83 and DC. RGB value is (87,131,220). Sum of RGB (Red+Green+Blue) = 87+131+220=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5783DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783DC is #A87C23. Grayscale: #7F7F7F. Windows color (decimal): -11041828 or 14451543. OLE color: 14451543.

HSL color Cylindrical-coordinate representation of color #5783DC: hue angle of 220.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5783DC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87131220-
CMYK0.600.4000.14
HSL220.15º65.52%60.2%-
HSV(B)220.15º60.45%86.27%-
XYZ24.9723.4370.92-
YUV127.99179.9298.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.86%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=19.86%
G=29.91%
B=50.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871312200.600.4000.14220.1565.5260.2
Hex5783DC3C280Edc423c
Octal127203334745001633410274
Binary1010111100000111101110011110010100001110110111001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5783DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5783DC; }

 p { color: rgb(87,131,220); }

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

<style>
 a { background-color: #5783DC; }

 a { background-color: rgb(87,131,220); }

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

<style>
 span { border-color: #5783DC; }

 span { border-color: rgb(87,131,220); }

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