#5695e6

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

Shades of Cornflower Blue #5695E6

Tints of Cornflower Blue #5695E6

Color information

#5695E6 (or 0x5695E6) is unknown color: approx Cornflower Blue. HEX triplet: 56, 95 and E6. RGB value is (86,149,230). Sum of RGB (Red+Green+Blue) = 86+149+230=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #5695E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5695E6 is #A96A19. Grayscale: #8B8B8B. Windows color (decimal): -11102746 or 15111510. OLE color: 15111510.

HSL color Cylindrical-coordinate representation of color #5695E6: hue angle of 213.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5695E6 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB86149230-
CMYK0.630.3500.10
HSL213.75º74.23%61.96%-
HSV(B)213.75º62.61%90.2%-
XYZ28.8729.1978.97-
YUV139.4179.1389.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.49%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 230 (90.23% from 255) = 49.46%
R=18.49%
G=32.04%
B=49.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal861492300.630.3500.10213.7574.2361.96
Hex5695E63F230Ad64a3e
Octal126225346774301232611276
Binary1010110100101011110011011111110001101010110101101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5695e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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