#53A8E1

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

Shades of Picton Blue #53A8E1

Tints of Picton Blue #53A8E1

Color information

#53A8E1 (or 0x53A8E1) is unknown color: approx Picton Blue. HEX triplet: 53, A8 and E1. RGB value is (83,168,225). Sum of RGB (Red+Green+Blue) = 83+168+225=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #53A8E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8E1 is #AC571E. Grayscale: #949494. Windows color (decimal): -11294495 or 14788691. OLE color: 14788691.

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

Color convert

RGB83168225-
CMYK0.630.2500.12
HSL204.08º70.3%60.39%-
HSV(B)204.08º63.11%88.24%-
XYZ31.1635.2876.4-
YUV149.08170.8480.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.44%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 225 (88.28% from 255) = 47.27%
R=17.44%
G=35.29%
B=47.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831682250.630.2500.12204.0870.360.39
Hex53A8E13F190Ccc463c
Octal123250341773101431410674
Binary101001110101000111000011111111100101100110011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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