#55A3E5

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

Shades of Picton Blue #55A3E5

Tints of Picton Blue #55A3E5

Color information

#55A3E5 (or 0x55A3E5) is unknown color: approx Picton Blue. HEX triplet: 55, A3 and E5. RGB value is (85,163,229). Sum of RGB (Red+Green+Blue) = 85+163+229=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #55A3E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A3E5 is #AA5C1A. Grayscale: #929292. Windows color (decimal): -11164699 or 15049557. OLE color: 15049557.

HSL color Cylindrical-coordinate representation of color #55A3E5: hue angle of 207.5º degrees, saturation: 0.73, 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 #55A3E5 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB85163229-
CMYK0.630.2900.10
HSL207.5º73.47%61.57%-
HSV(B)207.5º62.88%89.8%-
XYZ30.9933.7879.02-
YUV147.2174.1683.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.82%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 229 (89.84% from 255) = 48.01%
R=17.82%
G=34.17%
B=48.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851632290.630.2900.10207.573.4761.57
Hex55A3E53F1D0Ad0493e
Octal125243345773501232011176
Binary101010110100011111001011111111110101010110100001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,229); }

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

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

 a { background-color: rgb(85,163,229); }

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

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

 span { border-color: rgb(85,163,229); }

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