#53346D

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

Shades of Blue Diamond #53346D

Tints of Blue Diamond #53346D

Color information

#53346D (or 0x53346D) is unknown color: approx Blue Diamond. HEX triplet: 53, 34 and 6D. RGB value is (83,52,109). Sum of RGB (Red+Green+Blue) = 83+52+109=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #53346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53346D is #ACCB92. Grayscale: #434343. Windows color (decimal): -11324307 or 7156819. OLE color: 7156819.

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

Color convert

RGB8352109-
CMYK0.240.5200.57
HSL272.63º35.4%31.57%-
HSV(B)272.63º52.29%42.75%-
XYZ7.565.415.11-
YUV67.77151.27138.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=34.02%
G=21.31%
B=44.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83521090.240.5200.57272.6335.431.57
Hex53346D18340391112320
Octal1236415530640714214340
Binary10100111101001101101110001101000111001100010001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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