Html Css Color HEX #532473 Blue Diamond

📋 copy color: '#532473'

red 83 ◦ green 36 ◦ blue 115

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

Shades of Blue Diamond #532473

Tints of Blue Diamond #532473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 35.47%
G = 15.38%
B = 49.15%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532473 (or 0x532473) is known color: Blue Diamond. HEX triplet: 53, 24 and 73. RGB value is (83,36,115). Sum of RGB (Red+Green+Blue) = 83+36+115=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #532473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532473 is #ACDB8C. Grayscale: #3A3A3A. Windows color (decimal): -11328397 or 7545939. OLE color: 7545939.

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

Color convert

RGB 83 36 115 -
CMYK 0.28 0.69 0 0.55
HSL 275.7º 0.52% 0.3% -
HSV(B) 275.7º 0.69% 0.45% -
XYZ 7.29 4.34 16.67 -
YUV 59.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 83 36 115 0.28 0.69 0 0.55 275.7 0.52 0.3
Hex 53 24 73 1C 45 0 37 114 34 1E
Octal 123 44 163 34 105 0 67 424 64 36
Binary 1010011 100100 1110011 11100 1000101 0 110111 100010100 110100 11110

Color Harmonies of #532473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532473

Black with #532473

Text Example


Text Example

White with #532473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532473; }

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

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

background-color css

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

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

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

border-color css

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

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

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