#53A5E1

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

Shades of Picton Blue #53A5E1

Tints of Picton Blue #53A5E1

Color information

#53A5E1 (or 0x53A5E1) is unknown color: approx Picton Blue. HEX triplet: 53, A5 and E1. RGB value is (83,165,225). Sum of RGB (Red+Green+Blue) = 83+165+225=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #53A5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5E1 is #AC5A1E. Grayscale: #939393. Windows color (decimal): -11295263 or 14787923. OLE color: 14787923.

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

Color convert

RGB83165225-
CMYK0.630.2700.12
HSL205.35º70.3%60.39%-
HSV(B)205.35º63.11%88.24%-
XYZ30.6134.1976.22-
YUV147.32171.8382.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.55%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=17.55%
G=34.88%
B=47.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831652250.630.2700.12205.3570.360.39
Hex53A5E13F1B0Ccd463c
Octal123245341773301431510674
Binary101001110100101111000011111111101101100110011011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,225); }

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

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

 a { background-color: rgb(83,165,225); }

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

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

 span { border-color: rgb(83,165,225); }

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