#55a4e6

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

Shades of Picton Blue #55A4E6

Tints of Picton Blue #55A4E6

Color information

#55A4E6 (or 0x55A4E6) is unknown color: approx Picton Blue. HEX triplet: 55, A4 and E6. RGB value is (85,164,230). Sum of RGB (Red+Green+Blue) = 85+164+230=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #55A4E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A4E6 is #AA5B19. Grayscale: #939393. Windows color (decimal): -11164442 or 15115349. OLE color: 15115349.

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

Color convert

RGB85164230-
CMYK0.630.2900.10
HSL207.31º74.36%61.76%-
HSV(B)207.31º63.04%90.2%-
XYZ31.334.279.81-
YUV147.9174.3383.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.75%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=17.75%
G=34.24%
B=48.02%

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
Decimal851642300.630.2900.10207.3174.3661.76
Hex55A4E63F1D0Acf4a3e
Octal125244346773501231711276
Binary101010110100100111001101111111110101010110011111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55a4e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,164,230); }

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

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

 a { background-color: rgb(85,164,230); }

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

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

 span { border-color: rgb(85,164,230); }

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