#52A4CB

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

Shades of Picton Blue #52A4CB

Tints of Picton Blue #52A4CB

Color information

#52A4CB (or 0x52A4CB) is unknown color: approx Picton Blue. HEX triplet: 52, A4 and CB. RGB value is (82,164,203). Sum of RGB (Red+Green+Blue) = 82+164+203=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #52A4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A4CB is #AD5B34. Grayscale: #8F8F8F. Windows color (decimal): -11361077 or 13345874. OLE color: 13345874.

HSL color Cylindrical-coordinate representation of color #52A4CB: hue angle of 199.34º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A4CB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82164203-
CMYK0.600.1900.20
HSL199.34º53.78%55.88%-
HSV(B)199.34º59.61%79.61%-
XYZ27.5332.6661.35-
YUV143.93161.3383.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.26%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=18.26%
G=36.53%
B=45.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821642030.600.1900.20199.3453.7855.88
Hex52A4CB3C13014c73638
Octal12224431374230243076670
Binary101001010100100110010111111001001101010011000111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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