#53A4D0

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

Shades of Picton Blue #53A4D0

Tints of Picton Blue #53A4D0

Color information

#53A4D0 (or 0x53A4D0) is unknown color: approx Picton Blue. HEX triplet: 53, A4 and D0. RGB value is (83,164,208). Sum of RGB (Red+Green+Blue) = 83+164+208=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #53A4D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A4D0 is #AC5B2F. Grayscale: #909090. Windows color (decimal): -11295536 or 13673555. OLE color: 13673555.

HSL color Cylindrical-coordinate representation of color #53A4D0: hue angle of 201.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A4D0 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83164208-
CMYK0.600.2100.18
HSL201.12º57.08%57.06%-
HSV(B)201.12º60.1%81.57%-
XYZ28.2332.9464.55-
YUV144.8163.6683.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.24%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=18.24%
G=36.04%
B=45.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831642080.600.2100.18201.1257.0857.06
Hex53A4D03C15012c93939
Octal12324432074250223117171
Binary101001110100100110100001111001010101001011001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,164,208); }

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

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

 a { background-color: rgb(83,164,208); }

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

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

 span { border-color: rgb(83,164,208); }

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