Html Css Color HEX #522772 Blue Diamond

📋 copy color: '#522772'

red 82 ◦ green 39 ◦ blue 114

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

Shades of Blue Diamond #522772

Tints of Blue Diamond #522772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 34.89%
G = 16.6%
B = 48.51%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522772 (or 0x522772) is known color: Blue Diamond. HEX triplet: 52, 27 and 72. RGB value is (82,39,114). Sum of RGB (Red+Green+Blue) = 82+39+114=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #522772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522772 is #ADD88D. Grayscale: #3C3C3C. Windows color (decimal): -11393166 or 7481170. OLE color: 7481170.

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

Color convert

RGB 82 39 114 -
CMYK 0.28 0.66 0 0.55
HSL 274.4º 0.49% 0.3% -
HSV(B) 274.4º 0.66% 0.45% -
XYZ 7.24 4.46 16.4 -
YUV 60.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 82 39 114 0.28 0.66 0 0.55 274.4 0.49 0.3
Hex 52 27 72 1C 42 0 37 112 31 1E
Octal 122 47 162 34 102 0 67 422 61 36
Binary 1010010 100111 1110010 11100 1000010 0 110111 100010010 110001 11110

Color Harmonies of #522772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522772

Black with #522772

Text Example


Text Example

White with #522772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522772; }

 p { color: rgb(82,39,114); }

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

background-color css

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

 a { background-color: rgb(82,39,114); }

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

border-color css

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

 span { border-color: rgb(82,39,114); }

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