Html Css Color HEX #521E75 Blue Diamond

📋 copy color: '#521E75'

red 82 ◦ green 30 ◦ blue 117

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

Shades of Blue Diamond #521E75

Tints of Blue Diamond #521E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

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

R = 35.81%
G = 13.1%
B = 51.09%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521E75 (or 0x521E75) is known color: Blue Diamond. HEX triplet: 52, 1E and 75. RGB value is (82,30,117). Sum of RGB (Red+Green+Blue) = 82+30+117=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #521E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E75 is #ADE18A. Grayscale: #373737. Windows color (decimal): -11395467 or 7675474. OLE color: 7675474.

HSL color Cylindrical-coordinate representation of color #521E75: hue angle of 275.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521E75 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 30 117 -
CMYK 0.30 0.74 0 0.54
HSL 275.86º 0.59% 0.29% -
HSV(B) 275.86º 0.74% 0.46% -
XYZ 7.15 4.01 17.23 -
YUV 55.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 82 30 117 0.30 0.74 0 0.54 275.86 0.59 0.29
Hex 52 1E 75 1E 4A 0 36 114 3B 1D
Octal 122 36 165 36 112 0 66 424 73 35
Binary 1010010 11110 1110101 11110 1001010 0 110110 100010100 111011 11101

Color Harmonies of #521E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E75

Black with #521E75

Text Example


Text Example

White with #521E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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