Html Css Color HEX #522677 Blue Diamond

📋 copy color: '#522677'

red 82 ◦ green 38 ◦ blue 119

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

Shades of Blue Diamond #522677

Tints of Blue Diamond #522677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 34.31%
G = 15.9%
B = 49.79%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522677 (or 0x522677) is known color: Blue Diamond. HEX triplet: 52, 26 and 77. RGB value is (82,38,119). Sum of RGB (Red+Green+Blue) = 82+38+119=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #522677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522677 is #ADD988. Grayscale: #3C3C3C. Windows color (decimal): -11393417 or 7808594. OLE color: 7808594.

HSL color Cylindrical-coordinate representation of color #522677: hue angle of 272.59º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522677 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 38 119 -
CMYK 0.31 0.68 0 0.53
HSL 272.59º 0.52% 0.31% -
HSV(B) 272.59º 0.68% 0.47% -
XYZ 7.5 4.51 17.93 -
YUV 60.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 82 38 119 0.31 0.68 0 0.53 272.59 0.52 0.31
Hex 52 26 77 1F 44 0 35 111 34 1F
Octal 122 46 167 37 104 0 65 421 64 37
Binary 1010010 100110 1110111 11111 1000100 0 110101 100010001 110100 11111

Color Harmonies of #522677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522677

Black with #522677

Text Example


Text Example

White with #522677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522677; }

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

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

background-color css

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

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

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

border-color css

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

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

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