Html Css Color HEX #53356D Blue Diamond

📋 copy color: '#53356D'

red 83 ◦ green 53 ◦ blue 109

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

Shades of Blue Diamond #53356D

Tints of Blue Diamond #53356D

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 value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

RGB 83 53 109 -
CMYK 0.24 0.51 0 0.57
HSL 272.14º 0.35% 0.32% -
HSV(B) 272.14º 0.51% 0.43% -
XYZ 7.6 5.49 15.13 -
YUV 68.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 83 53 109 0.24 0.51 0 0.57 272.14 0.35 0.32
Hex 53 35 6D 18 33 0 39 110 23 20
Octal 123 65 155 30 63 0 71 420 43 40
Binary 1010011 110101 1101101 11000 110011 0 111001 100010000 100011 100000

Color Harmonies of #53356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53356D

Black with #53356D

Text Example


Text Example

White with #53356D

Text Example


Text Example

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