#53A2C7

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

Shades of Picton Blue #53A2C7

Tints of Picton Blue #53A2C7

Color information

#53A2C7 (or 0x53A2C7) is unknown color: approx Picton Blue. HEX triplet: 53, A2 and C7. RGB value is (83,162,199). Sum of RGB (Red+Green+Blue) = 83+162+199=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #53A2C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A2C7 is #AC5D38. Grayscale: #8E8E8E. Windows color (decimal): -11296057 or 13083219. OLE color: 13083219.

HSL color Cylindrical-coordinate representation of color #53A2C7: hue angle of 199.14º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53A2C7 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB83162199-
CMYK0.580.1900.22
HSL199.14º50.88%55.29%-
HSV(B)199.14º58.29%78.04%-
XYZ26.831.858.76-
YUV142.6159.8385.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 199 (78.12% from 255) = 44.82%
R=18.69%
G=36.49%
B=44.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831621990.580.1900.22199.1450.8855.29
Hex53A2C73A13016c73337
Octal12324230772230263076367
Binary101001110100010110001111110101001101011011000111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,199); }

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

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

 a { background-color: rgb(83,162,199); }

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

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

 span { border-color: rgb(83,162,199); }

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