Html Css Color HEX #522374 Blue Diamond

📋 copy color: '#522374'

red 82 ◦ green 35 ◦ blue 116

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

Shades of Blue Diamond #522374

Tints of Blue Diamond #522374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 35.19%
G = 15.02%
B = 49.79%

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

#522374 (or 0x522374) is known color: Blue Diamond. HEX triplet: 52, 23 and 74. RGB value is (82,35,116). Sum of RGB (Red+Green+Blue) = 82+35+116=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #522374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522374 is #ADDC8B. Grayscale: #3A3A3A. Windows color (decimal): -11394188 or 7611218. OLE color: 7611218.

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

Color convert

RGB 82 35 116 -
CMYK 0.29 0.70 0 0.55
HSL 274.81º 0.54% 0.3% -
HSV(B) 274.81º 0.7% 0.45% -
XYZ 7.23 4.26 16.96 -
YUV 58.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 82 35 116 0.29 0.70 0 0.55 274.81 0.54 0.3
Hex 52 23 74 1D 46 0 37 113 36 1E
Octal 122 43 164 35 106 0 67 423 66 36
Binary 1010010 100011 1110100 11101 1000110 0 110111 100010011 110110 11110

Color Harmonies of #522374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522374

Black with #522374

Text Example


Text Example

White with #522374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522374; }

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

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

background-color css

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

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

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

border-color css

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

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

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