Html Css Color HEX #522673 Blue Diamond

📋 copy color: '#522673'

red 82 ◦ green 38 ◦ blue 115

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

Shades of Blue Diamond #522673

Tints of Blue Diamond #522673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 34.89%
G = 16.17%
B = 48.94%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#522673 (or 0x522673) is known color: Blue Diamond. HEX triplet: 52, 26 and 73. RGB value is (82,38,115). Sum of RGB (Red+Green+Blue) = 82+38+115=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #522673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522673 is #ADD98C. Grayscale: #3B3B3B. Windows color (decimal): -11393421 or 7546450. OLE color: 7546450.

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

Color convert

RGB 82 38 115 -
CMYK 0.29 0.67 0 0.55
HSL 274.29º 0.5% 0.3% -
HSV(B) 274.29º 0.67% 0.45% -
XYZ 7.27 4.42 16.69 -
YUV 59.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 82 38 115 0.29 0.67 0 0.55 274.29 0.5 0.3
Hex 52 26 73 1D 43 0 37 112 32 1E
Octal 122 46 163 35 103 0 67 422 62 36
Binary 1010010 100110 1110011 11101 1000011 0 110111 100010010 110010 11110

Color Harmonies of #522673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522673

Black with #522673

Text Example


Text Example

White with #522673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522673; }

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

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

background-color css

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

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

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

border-color css

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

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

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