Html Css Color HEX #521E6C Blue Diamond

📋 copy color: '#521E6C'

red 82 ◦ green 30 ◦ blue 108

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

Shades of Blue Diamond #521E6C

Tints of Blue Diamond #521E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 37.27%
G = 13.64%
B = 49.09%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#521E6C (or 0x521E6C) is known color: Blue Diamond. HEX triplet: 52, 1E and 6C. RGB value is (82,30,108). Sum of RGB (Red+Green+Blue) = 82+30+108=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #521E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E6C is #ADE193. Grayscale: #363636. Windows color (decimal): -11395476 or 7085650. OLE color: 7085650.

HSL color Cylindrical-coordinate representation of color #521E6C: hue angle of 280º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521E6C is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 30 108 -
CMYK 0.24 0.72 0 0.58
HSL 280º 0.57% 0.27% -
HSV(B) 280º 0.72% 0.42% -
XYZ 6.65 3.81 14.57 -
YUV 54.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 82 30 108 0.24 0.72 0 0.58 280 0.57 0.27
Hex 52 1E 6C 18 48 0 3A 118 39 1B
Octal 122 36 154 30 110 0 72 430 71 33
Binary 1010010 11110 1101100 11000 1001000 0 111010 100011000 111001 11011

Color Harmonies of #521E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E6C

Black with #521E6C

Text Example


Text Example

White with #521E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521E6C; }

 p { color: rgb(82,30,108); }

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

background-color css

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

 a { background-color: rgb(82,30,108); }

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

border-color css

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

 span { border-color: rgb(82,30,108); }

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