Html Css Color HEX #522877 Blue Diamond

📋 copy color: '#522877'

red 82 ◦ green 40 ◦ blue 119

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

Shades of Blue Diamond #522877

Tints of Blue Diamond #522877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

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

R = 34.02%
G = 16.6%
B = 49.38%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522877 (or 0x522877) is known color: Blue Diamond. HEX triplet: 52, 28 and 77. RGB value is (82,40,119). Sum of RGB (Red+Green+Blue) = 82+40+119=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #522877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522877 is #ADD788. Grayscale: #3D3D3D. Windows color (decimal): -11392905 or 7809106. OLE color: 7809106.

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

Color convert

RGB 82 40 119 -
CMYK 0.31 0.66 0 0.53
HSL 271.9º 0.5% 0.31% -
HSV(B) 271.9º 0.66% 0.47% -
XYZ 7.57 4.64 17.95 -
YUV 61.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 82 40 119 0.31 0.66 0 0.53 271.9 0.5 0.31
Hex 52 28 77 1F 42 0 35 110 32 1F
Octal 122 50 167 37 102 0 65 420 62 37
Binary 1010010 101000 1110111 11111 1000010 0 110101 100010000 110010 11111

Color Harmonies of #522877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522877

Black with #522877

Text Example


Text Example

White with #522877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522877; }

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

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

background-color css

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

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

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

border-color css

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

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

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