#53ACDE

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

Shades of Picton Blue #53ACDE

Tints of Picton Blue #53ACDE

Color information

#53ACDE (or 0x53ACDE) is unknown color: approx Picton Blue. HEX triplet: 53, AC and DE. RGB value is (83,172,222). Sum of RGB (Red+Green+Blue) = 83+172+222=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #53ACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACDE is #AC5321. Grayscale: #969696. Windows color (decimal): -11293474 or 14593107. OLE color: 14593107.

HSL color Cylindrical-coordinate representation of color #53ACDE: hue angle of 201.58º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53ACDE is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83172222-
CMYK0.630.2300.13
HSL201.58º67.8%59.8%-
HSV(B)201.58º62.61%87.06%-
XYZ31.536.6274.51-
YUV151.09168.0179.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.40%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=17.40%
G=36.06%
B=46.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831722220.630.2300.13201.5867.859.8
Hex53ACDE3F170Dca443c
Octal123254336772701531210474
Binary101001110101100110111101111111011101101110010101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,222); }

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

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

 a { background-color: rgb(83,172,222); }

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

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

 span { border-color: rgb(83,172,222); }

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