Html Css Color HEX #521877 Blue Diamond

📋 copy color: '#521877'

red 82 ◦ green 24 ◦ blue 119

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

Shades of Blue Diamond #521877

Tints of Blue Diamond #521877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 36.44%
G = 10.67%
B = 52.89%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521877 (or 0x521877) is known color: Blue Diamond. HEX triplet: 52, 18 and 77. RGB value is (82,24,119). Sum of RGB (Red+Green+Blue) = 82+24+119=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #521877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521877 is #ADE788. Grayscale: #333333. Windows color (decimal): -11397001 or 7805010. OLE color: 7805010.

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

Color convert

RGB 82 24 119 -
CMYK 0.31 0.80 0 0.53
HSL 276.63º 0.66% 0.28% -
HSV(B) 276.63º 0.8% 0.47% -
XYZ 7.14 3.78 17.81 -
YUV 52.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 82 24 119 0.31 0.80 0 0.53 276.63 0.66 0.28
Hex 52 18 77 1F 50 0 35 115 42 1C
Octal 122 30 167 37 120 0 65 425 102 34
Binary 1010010 11000 1110111 11111 1010000 0 110101 100010101 1000010 11100

Color Harmonies of #521877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521877

Black with #521877

Text Example


Text Example

White with #521877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521877; }

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

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

background-color css

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

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

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

border-color css

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

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

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