Html Css Color HEX #522C75 Blue Diamond

📋 copy color: '#522C75'

red 82 ◦ green 44 ◦ blue 117

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

Shades of Blue Diamond #522C75

Tints of Blue Diamond #522C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

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

R = 33.74%
G = 18.11%
B = 48.15%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#522C75 (or 0x522C75) is known color: Blue Diamond. HEX triplet: 52, 2C and 75. RGB value is (82,44,117). Sum of RGB (Red+Green+Blue) = 82+44+117=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #522C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C75 is #ADD38A. Grayscale: #3F3F3F. Windows color (decimal): -11391883 or 7679058. OLE color: 7679058.

HSL color Cylindrical-coordinate representation of color #522C75: hue angle of 271.23º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522C75 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 44 117 -
CMYK 0.30 0.62 0 0.54
HSL 271.23º 0.45% 0.32% -
HSV(B) 271.23º 0.62% 0.46% -
XYZ 7.59 4.88 17.37 -
YUV 63.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 82 44 117 0.30 0.62 0 0.54 271.23 0.45 0.32
Hex 52 2C 75 1E 3E 0 36 10F 2D 20
Octal 122 54 165 36 76 0 66 417 55 40
Binary 1010010 101100 1110101 11110 111110 0 110110 100001111 101101 100000

Color Harmonies of #522C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C75

Black with #522C75

Text Example


Text Example

White with #522C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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