Html Css Color HEX #53A2DF Picton Blue

📋 copy color: '#53A2DF'

red 83 ◦ green 162 ◦ blue 223

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

Shades of Picton Blue #53A2DF

Tints of Picton Blue #53A2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 17.74%
G = 34.62%
B = 47.65%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53A2DF (or 0x53A2DF) is known color: Picton Blue. HEX triplet: 53, A2 and DF. RGB value is (83,162,223). Sum of RGB (Red+Green+Blue) = 83+162+223=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #53A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2DF is #AC5D20. Grayscale: #919191. Windows color (decimal): -11296033 or 14656083. OLE color: 14656083.

HSL color Cylindrical-coordinate representation of color #53A2DF: hue angle of 206.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A2DF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 162 223 -
CMYK 0.63 0.27 0 0.13
HSL 206.14º 0.69% 0.6% -
HSV(B) 206.14º 0.63% 0.87% -
XYZ 29.81 33.01 74.61 -
YUV 145.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 83 162 223 0.63 0.27 0 0.13 206.14 0.69 0.6
Hex 53 A2 DF 3F 1B 0 D CE 45 3C
Octal 123 242 337 77 33 0 15 316 105 74
Binary 1010011 10100010 11011111 111111 11011 0 1101 11001110 1000101 111100

Color Harmonies of #53A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A2DF

Black with #53A2DF

Text Example


Text Example

White with #53A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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