Html Css Color HEX #53A1DC Picton Blue

📋 copy color: '#53A1DC'

red 83 ◦ green 161 ◦ blue 220

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

Shades of Picton Blue #53A1DC

Tints of Picton Blue #53A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.7%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 17.89%
G = 34.7%
B = 47.41%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53A1DC (or 0x53A1DC) is known color: Picton Blue. HEX triplet: 53, A1 and DC. RGB value is (83,161,220). Sum of RGB (Red+Green+Blue) = 83+161+220=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #53A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1DC is #AC5E23. Grayscale: #909090. Windows color (decimal): -11296292 or 14459219. OLE color: 14459219.

HSL color Cylindrical-coordinate representation of color #53A1DC: hue angle of 205.84º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53A1DC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 161 220 -
CMYK 0.62 0.27 0 0.14
HSL 205.84º 0.66% 0.59% -
HSV(B) 205.84º 0.62% 0.86% -
XYZ 29.23 32.5 72.44 -
YUV 144.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 83 161 220 0.62 0.27 0 0.14 205.84 0.66 0.59
Hex 53 A1 DC 3E 1B 0 E CE 42 3B
Octal 123 241 334 76 33 0 16 316 102 73
Binary 1010011 10100001 11011100 111110 11011 0 1110 11001110 1000010 111011

Color Harmonies of #53A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A1DC

Black with #53A1DC

Text Example


Text Example

White with #53A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,161,220); }

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

background-color css

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

 a { background-color: rgb(83,161,220); }

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

border-color css

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

 span { border-color: rgb(83,161,220); }

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