#53A0D3

Color #53A0D3 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #53A0D3

Tints of Picton Blue #53A0D3

Color information

#53A0D3 (or 0x53A0D3) is unknown color: approx Picton Blue. HEX triplet: 53, A0 and D3. RGB value is (83,160,211). Sum of RGB (Red+Green+Blue) = 83+160+211=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #53A0D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0D3 is #AC5F2C. Grayscale: #8E8E8E. Windows color (decimal): -11296557 or 13869139. OLE color: 13869139.

HSL color Cylindrical-coordinate representation of color #53A0D3: hue angle of 203.91º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53A0D3 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83160211-
CMYK0.610.2400.17
HSL203.91º59.26%57.65%-
HSV(B)203.91º60.66%82.75%-
XYZ27.931.6866.27-
YUV142.79166.4985.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.28%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 211 (82.81% from 255) = 46.48%
R=18.28%
G=35.24%
B=46.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831602110.610.2400.17203.9159.2657.65
Hex53A0D33D18011cc3b3a
Octal12324032375300213147372
Binary101001110100000110100111111011100001000111001100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,211); }

 H1.HeaderClassName
 {
   color: #53A0D3;
 }
 .AnyTagClassName
 {
   color: #53A0D3;
 }
</style>
background-color css

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

 a { background-color: rgb(83,160,211); }

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

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

 span { border-color: rgb(83,160,211); }

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