Html Css Color HEX #522672 Blue Diamond

📋 copy color: '#522672'

red 82 ◦ green 38 ◦ blue 114

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

Shades of Blue Diamond #522672

Tints of Blue Diamond #522672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

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

R = 35.04%
G = 16.24%
B = 48.72%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522672 (or 0x522672) is known color: Blue Diamond. HEX triplet: 52, 26 and 72. RGB value is (82,38,114). Sum of RGB (Red+Green+Blue) = 82+38+114=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #522672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522672 is #ADD98D. Grayscale: #3B3B3B. Windows color (decimal): -11393422 or 7480914. OLE color: 7480914.

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

Color convert

RGB 82 38 114 -
CMYK 0.28 0.67 0 0.55
HSL 274.74º 0.5% 0.3% -
HSV(B) 274.74º 0.67% 0.45% -
XYZ 7.21 4.39 16.39 -
YUV 59.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 82 38 114 0.28 0.67 0 0.55 274.74 0.5 0.3
Hex 52 26 72 1C 43 0 37 113 32 1E
Octal 122 46 162 34 103 0 67 423 62 36
Binary 1010010 100110 1110010 11100 1000011 0 110111 100010011 110010 11110

Color Harmonies of #522672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522672

Black with #522672

Text Example


Text Example

White with #522672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522672; }

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

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

background-color css

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

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

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

border-color css

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

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

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