#55A7CA

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

Shades of Picton Blue #55A7CA

Tints of Picton Blue #55A7CA

Color information

#55A7CA (or 0x55A7CA) is unknown color: approx Picton Blue. HEX triplet: 55, A7 and CA. RGB value is (85,167,202). Sum of RGB (Red+Green+Blue) = 85+167+202=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #55A7CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A7CA is #AA5835. Grayscale: #929292. Windows color (decimal): -11163702 or 13281109. OLE color: 13281109.

HSL color Cylindrical-coordinate representation of color #55A7CA: hue angle of 197.95º 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 #55A7CA is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85167202-
CMYK0.580.1700.21
HSL197.95º52.47%56.27%-
HSV(B)197.95º57.92%79.22%-
XYZ28.2333.8360.92-
YUV146.47159.3384.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.72%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=18.72%
G=36.78%
B=44.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851672020.580.1700.21197.9552.4756.27
Hex55A7CA3A11015c63438
Octal12524731272210253066470
Binary101010110100111110010101110101000101010111000110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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