#52A4C8

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

Shades of Picton Blue #52A4C8

Tints of Picton Blue #52A4C8

Color information

#52A4C8 (or 0x52A4C8) is unknown color: approx Picton Blue. HEX triplet: 52, A4 and C8. RGB value is (82,164,200). Sum of RGB (Red+Green+Blue) = 82+164+200=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #52A4C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A4C8 is #AD5B37. Grayscale: #8F8F8F. Windows color (decimal): -11361080 or 13149266. OLE color: 13149266.

HSL color Cylindrical-coordinate representation of color #52A4C8: hue angle of 198.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52A4C8 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82164200-
CMYK0.590.1800.22
HSL198.31º51.75%55.29%-
HSV(B)198.31º59%78.43%-
XYZ27.1832.5159.49-
YUV143.59159.8384.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=18.39%
G=36.77%
B=44.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821642000.590.1800.22198.3151.7555.29
Hex52A4C83B12016c63437
Octal12224431073220263066467
Binary101001010100100110010001110111001001011011000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,200); }

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

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

 a { background-color: rgb(82,164,200); }

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

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

 span { border-color: rgb(82,164,200); }

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