Html Css Color HEX #53217A Blue Diamond

📋 copy color: '#53217A'

red 83 ◦ green 33 ◦ blue 122

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

Shades of Blue Diamond #53217A

Tints of Blue Diamond #53217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 34.87%
G = 13.87%
B = 51.26%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53217A (or 0x53217A) is known color: Blue Diamond. HEX triplet: 53, 21 and 7A. RGB value is (83,33,122). Sum of RGB (Red+Green+Blue) = 83+33+122=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #53217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53217A is #ACDE85. Grayscale: #393939. Windows color (decimal): -11329158 or 8003923. OLE color: 8003923.

HSL color Cylindrical-coordinate representation of color #53217A: hue angle of 273.71º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53217A is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 33 122 -
CMYK 0.32 0.73 0 0.52
HSL 273.71º 0.57% 0.3% -
HSV(B) 273.71º 0.73% 0.48% -
XYZ 7.62 4.33 18.85 -
YUV 58.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 83 33 122 0.32 0.73 0 0.52 273.71 0.57 0.3
Hex 53 21 7A 20 49 0 34 112 39 1E
Octal 123 41 172 40 111 0 64 422 71 36
Binary 1010011 100001 1111010 100000 1001001 0 110100 100010010 111001 11110

Color Harmonies of #53217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53217A

Black with #53217A

Text Example


Text Example

White with #53217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53217A; }

 p { color: rgb(83,33,122); }

 H1.HeaderClassName
 {
   color: #53217A;
 }
 .AnyTagClassName
 {
   color: #53217A;
 }
</style>

background-color css

<style>
 a { background-color: #53217A; }

 a { background-color: rgb(83,33,122); }

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

border-color css

<style>
 span { border-color: #53217A; }

 span { border-color: rgb(83,33,122); }

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