Html Css Color HEX #521875 Blue Diamond

📋 copy color: '#521875'

red 82 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #521875

Tints of Blue Diamond #521875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 36.77%
G = 10.76%
B = 52.47%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521875 (or 0x521875) is known color: Blue Diamond. HEX triplet: 52, 18 and 75. RGB value is (82,24,117). Sum of RGB (Red+Green+Blue) = 82+24+117=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #521875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521875 is #ADE78A. Grayscale: #333333. Windows color (decimal): -11397003 or 7673938. OLE color: 7673938.

HSL color Cylindrical-coordinate representation of color #521875: hue angle of 277.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521875 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 24 117 -
CMYK 0.30 0.79 0 0.54
HSL 277.42º 0.66% 0.28% -
HSV(B) 277.42º 0.79% 0.46% -
XYZ 7.02 3.73 17.18 -
YUV 51.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 82 24 117 0.30 0.79 0 0.54 277.42 0.66 0.28
Hex 52 18 75 1E 4F 0 36 115 42 1C
Octal 122 30 165 36 117 0 66 425 102 34
Binary 1010010 11000 1110101 11110 1001111 0 110110 100010101 1000010 11100

Color Harmonies of #521875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521875

Black with #521875

Text Example


Text Example

White with #521875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521875; }

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

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

background-color css

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

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

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

border-color css

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

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

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