Html Css Color HEX #522173 Blue Diamond

📋 copy color: '#522173'

red 82 ◦ green 33 ◦ blue 115

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

Shades of Blue Diamond #522173

Tints of Blue Diamond #522173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

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

R = 35.65%
G = 14.35%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522173 (or 0x522173) is known color: Blue Diamond. HEX triplet: 52, 21 and 73. RGB value is (82,33,115). Sum of RGB (Red+Green+Blue) = 82+33+115=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #522173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522173 is #ADDE8C. Grayscale: #383838. Windows color (decimal): -11394701 or 7545170. OLE color: 7545170.

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

Color convert

RGB 82 33 115 -
CMYK 0.29 0.71 0 0.55
HSL 275.85º 0.55% 0.29% -
HSV(B) 275.85º 0.71% 0.45% -
XYZ 7.12 4.12 16.64 -
YUV 57 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 82 33 115 0.29 0.71 0 0.55 275.85 0.55 0.29
Hex 52 21 73 1D 47 0 37 114 37 1D
Octal 122 41 163 35 107 0 67 424 67 35
Binary 1010010 100001 1110011 11101 1000111 0 110111 100010100 110111 11101

Color Harmonies of #522173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522173

Black with #522173

Text Example


Text Example

White with #522173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522173; }

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

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

background-color css

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

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

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

border-color css

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

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

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