#53a1e3

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

Shades of Picton Blue #53A1E3

Tints of Picton Blue #53A1E3

Color information

#53A1E3 (or 0x53A1E3) is unknown color: approx Picton Blue. HEX triplet: 53, A1 and E3. RGB value is (83,161,227). Sum of RGB (Red+Green+Blue) = 83+161+227=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #53A1E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1E3 is #AC5E1C. Grayscale: #909090. Windows color (decimal): -11296285 or 14917971. OLE color: 14917971.

HSL color Cylindrical-coordinate representation of color #53A1E3: hue angle of 207.5º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A1E3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83161227-
CMYK0.630.2900.11
HSL207.5º72%60.78%-
HSV(B)207.5º63.44%89.02%-
XYZ30.1832.8777.43-
YUV145.2174.1683.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.62%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 227 (89.06% from 255) = 48.20%
R=17.62%
G=34.18%
B=48.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831612270.630.2900.11207.57260.78
Hex53A1E33F1D0Bd0483d
Octal123241343773501332011075
Binary101001110100001111000111111111110101011110100001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53a1e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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