#55A5DC

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

Shades of Picton Blue #55A5DC

Tints of Picton Blue #55A5DC

Color information

#55A5DC (or 0x55A5DC) is unknown color: approx Picton Blue. HEX triplet: 55, A5 and DC. RGB value is (85,165,220). Sum of RGB (Red+Green+Blue) = 85+165+220=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #55A5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5DC is #AA5A23. Grayscale: #939393. Windows color (decimal): -11164196 or 14460245. OLE color: 14460245.

HSL color Cylindrical-coordinate representation of color #55A5DC: hue angle of 204.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55A5DC is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85165220-
CMYK0.610.2500.14
HSL204.44º65.85%59.8%-
HSV(B)204.44º61.36%86.27%-
XYZ30.1234.0172.69-
YUV147.3516983.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 220 (86.33% from 255) = 46.81%
R=18.09%
G=35.11%
B=46.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851652200.610.2500.14204.4465.8559.8
Hex55A5DC3D190Ecc423c
Octal125245334753101631410274
Binary101010110100101110111001111011100101110110011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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