#55A6D0

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

Shades of Picton Blue #55A6D0

Tints of Picton Blue #55A6D0

Color information

#55A6D0 (or 0x55A6D0) is unknown color: approx Picton Blue. HEX triplet: 55, A6 and D0. RGB value is (85,166,208). Sum of RGB (Red+Green+Blue) = 85+166+208=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #55A6D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6D0 is #AA592F. Grayscale: #929292. Windows color (decimal): -11163952 or 13674069. OLE color: 13674069.

HSL color Cylindrical-coordinate representation of color #55A6D0: hue angle of 200.49º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A6D0 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85166208-
CMYK0.590.2000.18
HSL200.49º56.68%57.45%-
HSV(B)200.49º59.13%81.57%-
XYZ28.7733.7664.67-
YUV146.57162.6684.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=18.52%
G=36.17%
B=45.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851662080.590.2000.18200.4956.6857.45
Hex55A6D03B14012c83939
Octal12524632073240223107171
Binary101010110100110110100001110111010001001011001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,166,208); }

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

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

 a { background-color: rgb(85,166,208); }

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

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

 span { border-color: rgb(85,166,208); }

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