Html Css Color HEX #522B6E Blue Diamond

📋 copy color: '#522B6E'

red 82 ◦ green 43 ◦ blue 110

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

Shades of Blue Diamond #522B6E

Tints of Blue Diamond #522B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

 BLUE value IS 110 (43.36% from 255) = 46.81%

R = 34.89%
G = 18.3%
B = 46.81%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#522B6E (or 0x522B6E) is known color: Blue Diamond. HEX triplet: 52, 2B and 6E. RGB value is (82,43,110). Sum of RGB (Red+Green+Blue) = 82+43+110=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #522B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B6E is #ADD491. Grayscale: #3E3E3E. Windows color (decimal): -11392146 or 7220050. OLE color: 7220050.

HSL color Cylindrical-coordinate representation of color #522B6E: hue angle of 274.93º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522B6E is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 43 110 -
CMYK 0.25 0.61 0 0.57
HSL 274.93º 0.44% 0.3% -
HSV(B) 274.93º 0.61% 0.43% -
XYZ 7.16 4.65 15.27 -
YUV 62.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 82 43 110 0.25 0.61 0 0.57 274.93 0.44 0.3
Hex 52 2B 6E 19 3D 0 39 113 2C 1E
Octal 122 53 156 31 75 0 71 423 54 36
Binary 1010010 101011 1101110 11001 111101 0 111001 100010011 101100 11110

Color Harmonies of #522B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B6E

Black with #522B6E

Text Example


Text Example

White with #522B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522B6E; }

 p { color: rgb(82,43,110); }

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

background-color css

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

 a { background-color: rgb(82,43,110); }

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

border-color css

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

 span { border-color: rgb(82,43,110); }

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