Html Css Color HEX #532573 Blue Diamond

📋 copy color: '#532573'

red 83 ◦ green 37 ◦ blue 115

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

Shades of Blue Diamond #532573

Tints of Blue Diamond #532573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 35.32%
G = 15.74%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532573 (or 0x532573) is known color: Blue Diamond. HEX triplet: 53, 25 and 73. RGB value is (83,37,115). Sum of RGB (Red+Green+Blue) = 83+37+115=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #532573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532573 is #ACDA8C. Grayscale: #3B3B3B. Windows color (decimal): -11328141 or 7546195. OLE color: 7546195.

HSL color Cylindrical-coordinate representation of color #532573: hue angle of 275.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532573 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 37 115 -
CMYK 0.28 0.68 0 0.55
HSL 275.38º 0.51% 0.3% -
HSV(B) 275.38º 0.68% 0.45% -
XYZ 7.32 4.4 16.68 -
YUV 59.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 83 37 115 0.28 0.68 0 0.55 275.38 0.51 0.3
Hex 53 25 73 1C 44 0 37 113 33 1E
Octal 123 45 163 34 104 0 67 423 63 36
Binary 1010011 100101 1110011 11100 1000100 0 110111 100010011 110011 11110

Color Harmonies of #532573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532573

Black with #532573

Text Example


Text Example

White with #532573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532573; }

 p { color: rgb(83,37,115); }

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

background-color css

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

 a { background-color: rgb(83,37,115); }

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

border-color css

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

 span { border-color: rgb(83,37,115); }

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