Html Css Color HEX #52A2CB Picton Blue

📋 copy color: '#52A2CB'

red 82 ◦ green 162 ◦ blue 203

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

Shades of Picton Blue #52A2CB

Tints of Picton Blue #52A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 18.34%
G = 36.24%
B = 45.41%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52A2CB (or 0x52A2CB) is known color: Picton Blue. HEX triplet: 52, A2 and CB. RGB value is (82,162,203). Sum of RGB (Red+Green+Blue) = 82+162+203=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #52A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2CB is #AD5D34. Grayscale: #8E8E8E. Windows color (decimal): -11361589 or 13345362. OLE color: 13345362.

HSL color Cylindrical-coordinate representation of color #52A2CB: hue angle of 200.33º 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 #52A2CB is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 162 203 -
CMYK 0.60 0.20 0 0.20
HSL 200.33º 0.54% 0.56% -
HSV(B) 200.33º 0.6% 0.8% -
XYZ 27.18 31.95 61.23 -
YUV 142.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 82 162 203 0.60 0.20 0 0.20 200.33 0.54 0.56
Hex 52 A2 CB 3C 14 0 14 C8 36 38
Octal 122 242 313 74 24 0 24 310 66 70
Binary 1010010 10100010 11001011 111100 10100 0 10100 11001000 110110 111000

Color Harmonies of #52A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A2CB

Black with #52A2CB

Text Example


Text Example

White with #52A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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