Html Css Color HEX #5681E1 Cornflower Blue

📋 copy color: '#5681E1'

red 86 ◦ green 129 ◦ blue 225

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

Shades of Cornflower Blue #5681E1

Tints of Cornflower Blue #5681E1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 225 (88.28% from 255) = 51.14%

R = 19.55%
G = 29.32%
B = 51.14%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5681E1 (or 0x5681E1) is known color: Cornflower Blue. HEX triplet: 56, 81 and E1. RGB value is (86,129,225). Sum of RGB (Red+Green+Blue) = 86+129+225=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #5681E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5681E1 is #A97E1E. Grayscale: #7E7E7E. Windows color (decimal): -11107871 or 14778710. OLE color: 14778710.

HSL color Cylindrical-coordinate representation of color #5681E1: hue angle of 221.44º degrees, saturation: 0.7, 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 #5681E1 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 129 225 -
CMYK 0.62 0.43 0 0.12
HSL 221.44º 0.7% 0.61% -
HSV(B) 221.44º 0.62% 0.88% -
XYZ 25.28 23.12 74.36 -
YUV 127.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 86 129 225 0.62 0.43 0 0.12 221.44 0.7 0.61
Hex 56 81 E1 3E 2B 0 C DD 46 3D
Octal 126 201 341 76 53 0 14 335 106 75
Binary 1010110 10000001 11100001 111110 101011 0 1100 11011101 1000110 111101

Color Harmonies of #5681E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5681E1

Black with #5681E1

Text Example


Text Example

White with #5681E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5681E1; }

 p { color: rgb(86,129,225); }

 H1.HeaderClassName
 {
   color: #5681E1;
 }
 .AnyTagClassName
 {
   color: #5681E1;
 }
</style>

background-color css

<style>
 a { background-color: #5681E1; }

 a { background-color: rgb(86,129,225); }

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

border-color css

<style>
 span { border-color: #5681E1; }

 span { border-color: rgb(86,129,225); }

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