Html Css Color HEX #53A2CF Picton Blue

📋 copy color: '#53A2CF'

red 83 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #53A2CF

Tints of Picton Blue #53A2CF

RGB

 RED value IS 83 (32.81% from 255) = 18.36%

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

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

R = 18.36%
G = 35.84%
B = 45.8%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53A2CF (or 0x53A2CF) is known color: Picton Blue. HEX triplet: 53, A2 and CF. RGB value is (83,162,207). Sum of RGB (Red+Green+Blue) = 83+162+207=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #53A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2CF is #AC5D30. Grayscale: #8F8F8F. Windows color (decimal): -11296049 or 13607507. OLE color: 13607507.

HSL color Cylindrical-coordinate representation of color #53A2CF: hue angle of 201.77º degrees, saturation: 0.56, 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 #53A2CF is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 162 207 -
CMYK 0.60 0.22 0 0.19
HSL 201.77º 0.56% 0.57% -
HSV(B) 201.77º 0.6% 0.81% -
XYZ 27.75 32.18 63.78 -
YUV 143.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 83 162 207 0.60 0.22 0 0.19 201.77 0.56 0.57
Hex 53 A2 CF 3C 16 0 13 CA 38 39
Octal 123 242 317 74 26 0 23 312 70 71
Binary 1010011 10100010 11001111 111100 10110 0 10011 11001010 111000 111001

Color Harmonies of #53A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A2CF

Black with #53A2CF

Text Example


Text Example

White with #53A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A2CF; }

 p { color: rgb(83,162,207); }

 H1.HeaderClassName
 {
   color: #53A2CF;
 }
 .AnyTagClassName
 {
   color: #53A2CF;
 }
</style>

background-color css

<style>
 a { background-color: #53A2CF; }

 a { background-color: rgb(83,162,207); }

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

border-color css

<style>
 span { border-color: #53A2CF; }

 span { border-color: rgb(83,162,207); }

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