Html Css Color HEX #5683DD Cornflower Blue

📋 copy color: '#5683DD'

red 86 ◦ green 131 ◦ blue 221

#5683DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5683DD

Tints of Cornflower Blue #5683DD

RGB

 RED value IS 86 (33.98% from 255) = 19.63%

 GREEN value IS 131 (51.56% from 255) = 29.91%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 19.63%
G = 29.91%
B = 50.46%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5683DD (or 0x5683DD) is known color: Cornflower Blue. HEX triplet: 56, 83 and DD. RGB value is (86,131,221). Sum of RGB (Red+Green+Blue) = 86+131+221=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #5683DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683DD is #A97C22. Grayscale: #7F7F7F. Windows color (decimal): -11107363 or 14517078. OLE color: 14517078.

HSL color Cylindrical-coordinate representation of color #5683DD: hue angle of 220º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5683DD is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 131 221 -
CMYK 0.61 0.41 0 0.13
HSL 220º 0.67% 0.6% -
HSV(B) 220º 0.61% 0.87% -
XYZ 25.01 23.43 71.61 -
YUV 127.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 86 131 221 0.61 0.41 0 0.13 220 0.67 0.6
Hex 56 83 DD 3D 29 0 D DC 43 3C
Octal 126 203 335 75 51 0 15 334 103 74
Binary 1010110 10000011 11011101 111101 101001 0 1101 11011100 1000011 111100

Color Harmonies of #5683DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683DD

Black with #5683DD

Text Example


Text Example

White with #5683DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5683DD;
 }
 .AnyTagClassName
 {
   color: #5683DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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