Html Css Color HEX #5685E5 Cornflower Blue

📋 copy color: '#5685E5'

red 86 ◦ green 133 ◦ blue 229

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

Shades of Cornflower Blue #5685E5

Tints of Cornflower Blue #5685E5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 229 (89.84% from 255) = 51.12%

R = 19.2%
G = 29.69%
B = 51.12%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5685E5 (or 0x5685E5) is known color: Cornflower Blue. HEX triplet: 56, 85 and E5. RGB value is (86,133,229). Sum of RGB (Red+Green+Blue) = 86+133+229=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #5685E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685E5 is #A97A1A. Grayscale: #818181. Windows color (decimal): -11106843 or 15041878. OLE color: 15041878.

HSL color Cylindrical-coordinate representation of color #5685E5: hue angle of 220.28º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5685E5 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 133 229 -
CMYK 0.62 0.42 0 0.10
HSL 220.28º 0.73% 0.62% -
HSV(B) 220.28º 0.62% 0.9% -
XYZ 26.37 24.41 77.45 -
YUV 129.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 86 133 229 0.62 0.42 0 0.10 220.28 0.73 0.62
Hex 56 85 E5 3E 2A 0 A DC 49 3E
Octal 126 205 345 76 52 0 12 334 111 76
Binary 1010110 10000101 11100101 111110 101010 0 1010 11011100 1001001 111110

Color Harmonies of #5685E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685E5

Black with #5685E5

Text Example


Text Example

White with #5685E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5685E5; }

 p { color: rgb(86,133,229); }

 H1.HeaderClassName
 {
   color: #5685E5;
 }
 .AnyTagClassName
 {
   color: #5685E5;
 }
</style>

background-color css

<style>
 a { background-color: #5685E5; }

 a { background-color: rgb(86,133,229); }

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

border-color css

<style>
 span { border-color: #5685E5; }

 span { border-color: rgb(86,133,229); }

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