#53A7E1

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

Shades of Picton Blue #53A7E1

Tints of Picton Blue #53A7E1

Color information

#53A7E1 (or 0x53A7E1) is unknown color: approx Picton Blue. HEX triplet: 53, A7 and E1. RGB value is (83,167,225). Sum of RGB (Red+Green+Blue) = 83+167+225=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #53A7E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A7E1 is #AC581E. Grayscale: #949494. Windows color (decimal): -11294751 or 14788435. OLE color: 14788435.

HSL color Cylindrical-coordinate representation of color #53A7E1: hue angle of 204.51º 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 #53A7E1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83167225-
CMYK0.630.2600.12
HSL204.51º70.3%60.39%-
HSV(B)204.51º63.11%88.24%-
XYZ30.9834.9176.34-
YUV148.5171.1781.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.47%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 225 (88.28% from 255) = 47.37%
R=17.47%
G=35.16%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831672250.630.2600.12204.5170.360.39
Hex53A7E13F1A0Ccd463c
Octal123247341773201431510674
Binary101001110100111111000011111111101001100110011011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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