Html Css Color HEX #521870 Blue Diamond

📋 copy color: '#521870'

red 82 ◦ green 24 ◦ blue 112

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

Shades of Blue Diamond #521870

Tints of Blue Diamond #521870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 37.61%
G = 11.01%
B = 51.38%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521870 (or 0x521870) is known color: Blue Diamond. HEX triplet: 52, 18 and 70. RGB value is (82,24,112). Sum of RGB (Red+Green+Blue) = 82+24+112=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #521870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521870 is #ADE78F. Grayscale: #333333. Windows color (decimal): -11397008 or 7346258. OLE color: 7346258.

HSL color Cylindrical-coordinate representation of color #521870: hue angle of 279.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521870 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 24 112 -
CMYK 0.27 0.79 0 0.56
HSL 279.55º 0.65% 0.27% -
HSV(B) 279.55º 0.79% 0.44% -
XYZ 6.73 3.62 15.67 -
YUV 51.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 82 24 112 0.27 0.79 0 0.56 279.55 0.65 0.27
Hex 52 18 70 1B 4F 0 38 118 41 1B
Octal 122 30 160 33 117 0 70 430 101 33
Binary 1010010 11000 1110000 11011 1001111 0 111000 100011000 1000001 11011

Color Harmonies of #521870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521870

Black with #521870

Text Example


Text Example

White with #521870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521870; }

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

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

background-color css

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

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

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

border-color css

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

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

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