Html Css Color HEX #521973 Blue Diamond

📋 copy color: '#521973'

red 82 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #521973

Tints of Blue Diamond #521973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 36.94%
G = 11.26%
B = 51.8%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521973 (or 0x521973) is known color: Blue Diamond. HEX triplet: 52, 19 and 73. RGB value is (82,25,115). Sum of RGB (Red+Green+Blue) = 82+25+115=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #521973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521973 is #ADE68C. Grayscale: #333333. Windows color (decimal): -11396749 or 7543122. OLE color: 7543122.

HSL color Cylindrical-coordinate representation of color #521973: hue angle of 278º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521973 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 25 115 -
CMYK 0.29 0.78 0 0.55
HSL 278º 0.64% 0.27% -
HSV(B) 278º 0.78% 0.45% -
XYZ 6.92 3.73 16.57 -
YUV 52.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 82 25 115 0.29 0.78 0 0.55 278 0.64 0.27
Hex 52 19 73 1D 4E 0 37 116 40 1B
Octal 122 31 163 35 116 0 67 426 100 33
Binary 1010010 11001 1110011 11101 1001110 0 110111 100010110 1000000 11011

Color Harmonies of #521973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521973

Black with #521973

Text Example


Text Example

White with #521973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521973; }

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

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

background-color css

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

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

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

border-color css

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

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

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