Html Css Color HEX #53346D Blue Diamond

📋 copy color: '#53346D'

red 83 ◦ green 52 ◦ blue 109

#53346D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #53346D

Tints of Blue Diamond #53346D

RGB

 RED value IS 83 (32.81% from 255) = 34.02%

 GREEN value IS 52 (20.7% 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 value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53346D (or 0x53346D) is known color: 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

RGB 83 52 109 -
CMYK 0.24 0.52 0 0.57
HSL 272.63º 0.35% 0.32% -
HSV(B) 272.63º 0.52% 0.43% -
XYZ 7.56 5.4 15.11 -
YUV 67.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 83 52 109 0.24 0.52 0 0.57 272.63 0.35 0.32
Hex 53 34 6D 18 34 0 39 111 23 20
Octal 123 64 155 30 64 0 71 421 43 40
Binary 1010011 110100 1101101 11000 110100 0 111001 100010001 100011 100000

Color Harmonies of #53346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53346D

Black with #53346D

Text Example


Text Example

White with #53346D

Text Example


Text Example

HTML Codes & Css Web 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>