Html Css Color HEX #522575 Blue Diamond

📋 copy color: '#522575'

red 82 ◦ green 37 ◦ blue 117

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

Shades of Blue Diamond #522575

Tints of Blue Diamond #522575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 34.75%
G = 15.68%
B = 49.58%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#522575 (or 0x522575) is known color: Blue Diamond. HEX triplet: 52, 25 and 75. RGB value is (82,37,117). Sum of RGB (Red+Green+Blue) = 82+37+117=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #522575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522575 is #ADDA8A. Grayscale: #3B3B3B. Windows color (decimal): -11393675 or 7677266. OLE color: 7677266.

HSL color Cylindrical-coordinate representation of color #522575: hue angle of 273.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522575 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 37 117 -
CMYK 0.30 0.68 0 0.54
HSL 273.75º 0.52% 0.3% -
HSV(B) 273.75º 0.68% 0.46% -
XYZ 7.35 4.4 17.29 -
YUV 59.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 82 37 117 0.30 0.68 0 0.54 273.75 0.52 0.3
Hex 52 25 75 1E 44 0 36 112 34 1E
Octal 122 45 165 36 104 0 66 422 64 36
Binary 1010010 100101 1110101 11110 1000100 0 110110 100010010 110100 11110

Color Harmonies of #522575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522575

Black with #522575

Text Example


Text Example

White with #522575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522575; }

 p { color: rgb(82,37,117); }

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

background-color css

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

 a { background-color: rgb(82,37,117); }

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

border-color css

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

 span { border-color: rgb(82,37,117); }

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