#55A6CA

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

Shades of Picton Blue #55A6CA

Tints of Picton Blue #55A6CA

Color information

#55A6CA (or 0x55A6CA) is unknown color: approx Picton Blue. HEX triplet: 55, A6 and CA. RGB value is (85,166,202). Sum of RGB (Red+Green+Blue) = 85+166+202=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #55A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6CA is #AA5935. Grayscale: #919191. Windows color (decimal): -11163958 or 13280853. OLE color: 13280853.

HSL color Cylindrical-coordinate representation of color #55A6CA: hue angle of 198.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A6CA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85166202-
CMYK0.580.1800.21
HSL198.46º52.47%56.27%-
HSV(B)198.46º57.92%79.22%-
XYZ28.0433.4760.86-
YUV145.88159.6684.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=18.76%
G=36.64%
B=44.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851662020.580.1800.21198.4652.4756.27
Hex55A6CA3A12015c63438
Octal12524631272220253066470
Binary101010110100110110010101110101001001010111000110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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