#53a5c9

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

Shades of Picton Blue #53A5C9

Tints of Picton Blue #53A5C9

Color information

#53A5C9 (or 0x53A5C9) is unknown color: approx Picton Blue. HEX triplet: 53, A5 and C9. RGB value is (83,165,201). Sum of RGB (Red+Green+Blue) = 83+165+201=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #53A5C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5C9 is #AC5A36. Grayscale: #909090. Windows color (decimal): -11295287 or 13215059. OLE color: 13215059.

HSL color Cylindrical-coordinate representation of color #53A5C9: hue angle of 198.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53A5C9 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83165201-
CMYK0.590.1800.21
HSL198.31º52.21%55.69%-
HSV(B)198.31º58.71%78.82%-
XYZ27.5732.9760.17-
YUV144.59159.8384.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.49%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=18.49%
G=36.75%
B=44.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831652010.590.1800.21198.3152.2155.69
Hex53A5C93B12015c63438
Octal12324531173220253066470
Binary101001110100101110010011110111001001010111000110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53a5c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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