Html Css Color HEX #52A5CF Picton Blue

📋 copy color: '#52A5CF'

red 82 ◦ green 165 ◦ blue 207

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

Shades of Picton Blue #52A5CF

Tints of Picton Blue #52A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 18.06%
G = 36.34%
B = 45.59%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52A5CF (or 0x52A5CF) is known color: Picton Blue. HEX triplet: 52, A5 and CF. RGB value is (82,165,207). Sum of RGB (Red+Green+Blue) = 82+165+207=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #52A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5CF is #AD5A30. Grayscale: #909090. Windows color (decimal): -11360817 or 13608274. OLE color: 13608274.

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

Color convert

RGB 82 165 207 -
CMYK 0.60 0.20 0 0.19
HSL 200.16º 0.57% 0.57% -
HSV(B) 200.16º 0.6% 0.81% -
XYZ 28.2 33.21 63.96 -
YUV 144.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 82 165 207 0.60 0.20 0 0.19 200.16 0.57 0.57
Hex 52 A5 CF 3C 14 0 13 C8 39 39
Octal 122 245 317 74 24 0 23 310 71 71
Binary 1010010 10100101 11001111 111100 10100 0 10011 11001000 111001 111001

Color Harmonies of #52A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A5CF

Black with #52A5CF

Text Example


Text Example

White with #52A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,207); }

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

background-color css

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

 a { background-color: rgb(82,165,207); }

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

border-color css

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

 span { border-color: rgb(82,165,207); }

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