Html Css Color HEX #521975 Blue Diamond

📋 copy color: '#521975'

red 82 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #521975

Tints of Blue Diamond #521975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 36.61%
G = 11.16%
B = 52.23%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521975 (or 0x521975) is known color: Blue Diamond. HEX triplet: 52, 19 and 75. RGB value is (82,25,117). Sum of RGB (Red+Green+Blue) = 82+25+117=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #521975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521975 is #ADE68A. Grayscale: #343434. Windows color (decimal): -11396747 or 7674194. OLE color: 7674194.

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

Color convert

RGB 82 25 117 -
CMYK 0.30 0.79 0 0.54
HSL 277.17º 0.65% 0.28% -
HSV(B) 277.17º 0.79% 0.46% -
XYZ 7.04 3.77 17.19 -
YUV 52.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 82 25 117 0.30 0.79 0 0.54 277.17 0.65 0.28
Hex 52 19 75 1E 4F 0 36 115 41 1C
Octal 122 31 165 36 117 0 66 425 101 34
Binary 1010010 11001 1110101 11110 1001111 0 110110 100010101 1000001 11100

Color Harmonies of #521975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521975

Black with #521975

Text Example


Text Example

White with #521975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521975; }

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

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

background-color css

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

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

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

border-color css

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

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

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