Html Css Color HEX #522973 Blue Diamond

📋 copy color: '#522973'

red 82 ◦ green 41 ◦ blue 115

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

Shades of Blue Diamond #522973

Tints of Blue Diamond #522973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 34.45%
G = 17.23%
B = 48.32%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522973 (or 0x522973) is known color: Blue Diamond. HEX triplet: 52, 29 and 73. RGB value is (82,41,115). Sum of RGB (Red+Green+Blue) = 82+41+115=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #522973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522973 is #ADD68C. Grayscale: #3D3D3D. Windows color (decimal): -11392653 or 7547218. OLE color: 7547218.

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

Color convert

RGB 82 41 115 -
CMYK 0.29 0.64 0 0.55
HSL 273.24º 0.47% 0.31% -
HSV(B) 273.24º 0.64% 0.45% -
XYZ 7.37 4.62 16.72 -
YUV 61.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 82 41 115 0.29 0.64 0 0.55 273.24 0.47 0.31
Hex 52 29 73 1D 40 0 37 111 2F 1F
Octal 122 51 163 35 100 0 67 421 57 37
Binary 1010010 101001 1110011 11101 1000000 0 110111 100010001 101111 11111

Color Harmonies of #522973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522973

Black with #522973

Text Example


Text Example

White with #522973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522973; }

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

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

background-color css

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

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

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

border-color css

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

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

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