Html Css Color HEX #53207C Blue Diamond

📋 copy color: '#53207C'

red 83 ◦ green 32 ◦ blue 124

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

Shades of Blue Diamond #53207C

Tints of Blue Diamond #53207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 34.73%
G = 13.39%
B = 51.88%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53207C (or 0x53207C) is known color: Blue Diamond. HEX triplet: 53, 20 and 7C. RGB value is (83,32,124). Sum of RGB (Red+Green+Blue) = 83+32+124=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #53207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53207C is #ACDF83. Grayscale: #393939. Windows color (decimal): -11329412 or 8134739. OLE color: 8134739.

HSL color Cylindrical-coordinate representation of color #53207C: hue angle of 273.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53207C is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 32 124 -
CMYK 0.33 0.74 0 0.51
HSL 273.26º 0.59% 0.31% -
HSV(B) 273.26º 0.74% 0.49% -
XYZ 7.72 4.33 19.5 -
YUV 57.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 83 32 124 0.33 0.74 0 0.51 273.26 0.59 0.31
Hex 53 20 7C 21 4A 0 33 111 3B 1F
Octal 123 40 174 41 112 0 63 421 73 37
Binary 1010011 100000 1111100 100001 1001010 0 110011 100010001 111011 11111

Color Harmonies of #53207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53207C

Black with #53207C

Text Example


Text Example

White with #53207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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