#55A5EC

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

Shades of Cornflower Blue #55A5EC

Tints of Cornflower Blue #55A5EC

Color information

#55A5EC (or 0x55A5EC) is unknown color: approx Cornflower Blue. HEX triplet: 55, A5 and EC. RGB value is (85,165,236). Sum of RGB (Red+Green+Blue) = 85+165+236=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #55A5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A5EC is #AA5A13. Grayscale: #949494. Windows color (decimal): -11164180 or 15508821. OLE color: 15508821.

HSL color Cylindrical-coordinate representation of color #55A5EC: hue angle of 208.21º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A5EC is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85165236-
CMYK0.640.3000.07
HSL208.21º79.89%62.94%-
HSV(B)208.21º63.98%92.55%-
XYZ32.3434.984.39-
YUV149.1717782.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.49%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=17.49%
G=33.95%
B=48.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851652360.640.3000.07208.2179.8962.94
Hex55A5EC401E07d0503f
Octal125245354100360732012077
Binary101010110100101111011001000000111100111110100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A5EC; }

 p { color: rgb(85,165,236); }

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

<style>
 a { background-color: #55A5EC; }

 a { background-color: rgb(85,165,236); }

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

<style>
 span { border-color: #55A5EC; }

 span { border-color: rgb(85,165,236); }

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