Html Css Color HEX #522373 Blue Diamond

📋 copy color: '#522373'

red 82 ◦ green 35 ◦ blue 115

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

Shades of Blue Diamond #522373

Tints of Blue Diamond #522373

RGB

 RED value IS 82 (32.42% from 255) = 35.34%

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 35.34%
G = 15.09%
B = 49.57%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522373 (or 0x522373) is known color: Blue Diamond. HEX triplet: 52, 23 and 73. RGB value is (82,35,115). Sum of RGB (Red+Green+Blue) = 82+35+115=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #522373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522373 is #ADDC8C. Grayscale: #393939. Windows color (decimal): -11394189 or 7545682. OLE color: 7545682.

HSL color Cylindrical-coordinate representation of color #522373: hue angle of 275.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522373 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 35 115 -
CMYK 0.29 0.70 0 0.55
HSL 275.25º 0.53% 0.29% -
HSV(B) 275.25º 0.7% 0.45% -
XYZ 7.18 4.23 16.66 -
YUV 58.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 82 35 115 0.29 0.70 0 0.55 275.25 0.53 0.29
Hex 52 23 73 1D 46 0 37 113 35 1D
Octal 122 43 163 35 106 0 67 423 65 35
Binary 1010010 100011 1110011 11101 1000110 0 110111 100010011 110101 11101

Color Harmonies of #522373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522373

Black with #522373

Text Example


Text Example

White with #522373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522373; }

 p { color: rgb(82,35,115); }

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

background-color css

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

 a { background-color: rgb(82,35,115); }

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

border-color css

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

 span { border-color: rgb(82,35,115); }

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