Html Css Color HEX #53A2CE Picton Blue

📋 copy color: '#53A2CE'

red 83 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #53A2CE

Tints of Picton Blue #53A2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 18.4%
G = 35.92%
B = 45.68%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53A2CE (or 0x53A2CE) is known color: Picton Blue. HEX triplet: 53, A2 and CE. RGB value is (83,162,206). Sum of RGB (Red+Green+Blue) = 83+162+206=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #53A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2CE is #AC5D31. Grayscale: #8F8F8F. Windows color (decimal): -11296050 or 13541971. OLE color: 13541971.

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

Color convert

RGB 83 162 206 -
CMYK 0.60 0.21 0 0.19
HSL 201.46º 0.56% 0.57% -
HSV(B) 201.46º 0.6% 0.81% -
XYZ 27.63 32.14 63.14 -
YUV 143.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 83 162 206 0.60 0.21 0 0.19 201.46 0.56 0.57
Hex 53 A2 CE 3C 15 0 13 C9 38 39
Octal 123 242 316 74 25 0 23 311 70 71
Binary 1010011 10100010 11001110 111100 10101 0 10011 11001001 111000 111001

Color Harmonies of #53A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A2CE

Black with #53A2CE

Text Example


Text Example

White with #53A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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