#52ABD5

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

Shades of Picton Blue #52ABD5

Tints of Picton Blue #52ABD5

Color information

#52ABD5 (or 0x52ABD5) is unknown color: approx Picton Blue. HEX triplet: 52, AB and D5. RGB value is (82,171,213). Sum of RGB (Red+Green+Blue) = 82+171+213=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #52ABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABD5 is #AD542A. Grayscale: #949494. Windows color (decimal): -11359275 or 14003026. OLE color: 14003026.

HSL color Cylindrical-coordinate representation of color #52ABD5: hue angle of 199.24º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52ABD5 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB82171213-
CMYK0.620.2000.16
HSL199.24º60.93%57.84%-
HSV(B)199.24º61.5%83.53%-
XYZ30.0535.7268.26-
YUV149.18164.0180.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.60%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=17.60%
G=36.70%
B=45.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal821712130.620.2000.16199.2460.9357.84
Hex52ABD53E14010c73d3a
Octal12225332576240203077572
Binary101001010101011110101011111101010001000011000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ABD5; }

 p { color: rgb(82,171,213); }

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

<style>
 a { background-color: #52ABD5; }

 a { background-color: rgb(82,171,213); }

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

<style>
 span { border-color: #52ABD5; }

 span { border-color: rgb(82,171,213); }

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