Html Css Color HEX #52196F Blue Diamond

📋 copy color: '#52196F'

red 82 ◦ green 25 ◦ blue 111

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

Shades of Blue Diamond #52196F

Tints of Blue Diamond #52196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 37.61%
G = 11.47%
B = 50.92%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52196F (or 0x52196F) is known color: Blue Diamond. HEX triplet: 52, 19 and 6F. RGB value is (82,25,111). Sum of RGB (Red+Green+Blue) = 82+25+111=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #52196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52196F is #ADE690. Grayscale: #333333. Windows color (decimal): -11396753 or 7280978. OLE color: 7280978.

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

Color convert

RGB 82 25 111 -
CMYK 0.26 0.77 0 0.56
HSL 279.77º 0.63% 0.27% -
HSV(B) 279.77º 0.77% 0.44% -
XYZ 6.7 3.64 15.39 -
YUV 51.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 82 25 111 0.26 0.77 0 0.56 279.77 0.63 0.27
Hex 52 19 6F 1A 4D 0 38 118 3F 1B
Octal 122 31 157 32 115 0 70 430 77 33
Binary 1010010 11001 1101111 11010 1001101 0 111000 100011000 111111 11011

Color Harmonies of #52196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52196F

Black with #52196F

Text Example


Text Example

White with #52196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52196F; }

 p { color: rgb(82,25,111); }

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

background-color css

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

 a { background-color: rgb(82,25,111); }

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

border-color css

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

 span { border-color: rgb(82,25,111); }

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