Html Css Color HEX #521772 Blue Diamond

📋 copy color: '#521772'

red 82 ◦ green 23 ◦ blue 114

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

Shades of Blue Diamond #521772

Tints of Blue Diamond #521772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 37.44%
G = 10.5%
B = 52.05%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521772 (or 0x521772) is known color: Blue Diamond. HEX triplet: 52, 17 and 72. RGB value is (82,23,114). Sum of RGB (Red+Green+Blue) = 82+23+114=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #521772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521772 is #ADE88D. Grayscale: #323232. Windows color (decimal): -11397262 or 7477074. OLE color: 7477074.

HSL color Cylindrical-coordinate representation of color #521772: hue angle of 278.9º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521772 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 23 114 -
CMYK 0.28 0.80 0 0.55
HSL 278.9º 0.66% 0.27% -
HSV(B) 278.9º 0.8% 0.45% -
XYZ 6.82 3.62 16.26 -
YUV 51.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 82 23 114 0.28 0.80 0 0.55 278.9 0.66 0.27
Hex 52 17 72 1C 50 0 37 117 42 1B
Octal 122 27 162 34 120 0 67 427 102 33
Binary 1010010 10111 1110010 11100 1010000 0 110111 100010111 1000010 11011

Color Harmonies of #521772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521772

Black with #521772

Text Example


Text Example

White with #521772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521772; }

 p { color: rgb(82,23,114); }

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

background-color css

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

 a { background-color: rgb(82,23,114); }

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

border-color css

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

 span { border-color: rgb(82,23,114); }

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