Html Css Color HEX #53326F Blue Diamond

📋 copy color: '#53326F'

red 83 ◦ green 50 ◦ blue 111

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

Shades of Blue Diamond #53326F

Tints of Blue Diamond #53326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 34.02%
G = 20.49%
B = 45.49%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53326F (or 0x53326F) is known color: Blue Diamond. HEX triplet: 53, 32 and 6F. RGB value is (83,50,111). Sum of RGB (Red+Green+Blue) = 83+50+111=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #53326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53326F is #ACCD90. Grayscale: #424242. Windows color (decimal): -11324817 or 7287379. OLE color: 7287379.

HSL color Cylindrical-coordinate representation of color #53326F: hue angle of 272.46º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53326F is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 50 111 -
CMYK 0.25 0.55 0 0.56
HSL 272.46º 0.38% 0.32% -
HSV(B) 272.46º 0.55% 0.44% -
XYZ 7.58 5.27 15.66 -
YUV 66.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 83 50 111 0.25 0.55 0 0.56 272.46 0.38 0.32
Hex 53 32 6F 19 37 0 38 110 26 20
Octal 123 62 157 31 67 0 70 420 46 40
Binary 1010011 110010 1101111 11001 110111 0 111000 100010000 100110 100000

Color Harmonies of #53326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53326F

Black with #53326F

Text Example


Text Example

White with #53326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53326F; }

 p { color: rgb(83,50,111); }

 H1.HeaderClassName
 {
   color: #53326F;
 }
 .AnyTagClassName
 {
   color: #53326F;
 }
</style>

background-color css

<style>
 a { background-color: #53326F; }

 a { background-color: rgb(83,50,111); }

 div.DivClassName
 {
   background-color: #53326F;
 }
 .BgClassName
 {
   background-color: #53326F;
 }
</style>

border-color css

<style>
 span { border-color: #53326F; }

 span { border-color: rgb(83,50,111); }

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