#5695e7

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

Shades of Cornflower Blue #5695E7

Tints of Cornflower Blue #5695E7

Color information

#5695E7 (or 0x5695E7) is unknown color: approx Cornflower Blue. HEX triplet: 56, 95 and E7. RGB value is (86,149,231). Sum of RGB (Red+Green+Blue) = 86+149+231=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #5695E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5695E7 is #A96A18. Grayscale: #8B8B8B. Windows color (decimal): -11102745 or 15177046. OLE color: 15177046.

HSL color Cylindrical-coordinate representation of color #5695E7: hue angle of 213.93º 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 #5695E7 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86149231-
CMYK0.630.3500.09
HSL213.93º75.13%62.16%-
HSV(B)213.93º62.77%90.59%-
XYZ29.0129.2479.72-
YUV139.51179.6389.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.45%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 231 (90.62% from 255) = 49.57%
R=18.45%
G=31.97%
B=49.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861492310.630.3500.09213.9375.1362.16
Hex5695E73F2309d64b3e
Octal126225347774301132611376
Binary1010110100101011110011111111110001101001110101101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5695e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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