#53356D

Color #53356D Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #53356D

Tints of Blue Diamond #53356D

Color information

#53356D (or 0x53356D) is unknown color: approx Blue Diamond. HEX triplet: 53, 35 and 6D. RGB value is (83,53,109). Sum of RGB (Red+Green+Blue) = 83+53+109=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #53356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53356D is #ACCA92. Grayscale: #444444. Windows color (decimal): -11324051 or 7157075. OLE color: 7157075.

HSL color Cylindrical-coordinate representation of color #53356D: hue angle of 272.14º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53356D is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8353109-
CMYK0.240.5100.57
HSL272.14º34.57%31.76%-
HSV(B)272.14º51.38%42.75%-
XYZ7.65.4915.13-
YUV68.35150.94138.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=33.88%
G=21.63%
B=44.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83531090.240.5100.57272.1434.5731.76
Hex53356D18330391102320
Octal1236515530630714204340
Binary10100111101011101101110001100110111001100010000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53356D; }

 p { color: rgb(83,53,109); }

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

<style>
 a { background-color: #53356D; }

 a { background-color: rgb(83,53,109); }

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

<style>
 span { border-color: #53356D; }

 span { border-color: rgb(83,53,109); }

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