Html Css Color HEX #53207A Blue Diamond

📋 copy color: '#53207A'

red 83 ◦ green 32 ◦ blue 122

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

Shades of Blue Diamond #53207A

Tints of Blue Diamond #53207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

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

R = 35.02%
G = 13.5%
B = 51.48%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53207A (or 0x53207A) is known color: Blue Diamond. HEX triplet: 53, 20 and 7A. RGB value is (83,32,122). Sum of RGB (Red+Green+Blue) = 83+32+122=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #53207A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53207A is #ACDF85. Grayscale: #393939. Windows color (decimal): -11329414 or 8003667. OLE color: 8003667.

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

Color convert

RGB 83 32 122 -
CMYK 0.32 0.74 0 0.52
HSL 274º 0.58% 0.3% -
HSV(B) 274º 0.74% 0.48% -
XYZ 7.6 4.28 18.84 -
YUV 57.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 83 32 122 0.32 0.74 0 0.52 274 0.58 0.3
Hex 53 20 7A 20 4A 0 34 112 3A 1E
Octal 123 40 172 40 112 0 64 422 72 36
Binary 1010011 100000 1111010 100000 1001010 0 110100 100010010 111010 11110

Color Harmonies of #53207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53207A

Black with #53207A

Text Example


Text Example

White with #53207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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