Html Css Color HEX #52ACD5 Picton Blue

📋 copy color: '#52ACD5'

red 82 ◦ green 172 ◦ blue 213

#52ACD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #52ACD5

Tints of Picton Blue #52ACD5

RGB

 RED value IS 82 (32.42% from 255) = 17.56%

 GREEN value IS 172 (67.58% from 255) = 36.83%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 17.56%
G = 36.83%
B = 45.61%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#52ACD5 (or 0x52ACD5) is known color: Picton Blue. HEX triplet: 52, AC and D5. RGB value is (82,172,213). Sum of RGB (Red+Green+Blue) = 82+172+213=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #52ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACD5 is #AD532A. Grayscale: #959595. Windows color (decimal): -11359019 or 14003282. OLE color: 14003282.

HSL color Cylindrical-coordinate representation of color #52ACD5: hue angle of 198.78º 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 #52ACD5 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 172 213 -
CMYK 0.62 0.19 0 0.16
HSL 198.78º 0.61% 0.58% -
HSV(B) 198.78º 0.62% 0.84% -
XYZ 30.24 36.1 68.33 -
YUV 149.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 82 172 213 0.62 0.19 0 0.16 198.78 0.61 0.58
Hex 52 AC D5 3E 13 0 10 C7 3D 3A
Octal 122 254 325 76 23 0 20 307 75 72
Binary 1010010 10101100 11010101 111110 10011 0 10000 11000111 111101 111010

Color Harmonies of #52ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACD5

Black with #52ACD5

Text Example


Text Example

White with #52ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52ACD5;
 }
 .AnyTagClassName
 {
   color: #52ACD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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