Html Css Color HEX #52176F Blue Diamond

📋 copy color: '#52176F'

red 82 ◦ green 23 ◦ blue 111

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

Shades of Blue Diamond #52176F

Tints of Blue Diamond #52176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 37.96%
G = 10.65%
B = 51.39%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52176F (or 0x52176F) is known color: Blue Diamond. HEX triplet: 52, 17 and 6F. RGB value is (82,23,111). Sum of RGB (Red+Green+Blue) = 82+23+111=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #52176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52176F is #ADE890. Grayscale: #323232. Windows color (decimal): -11397265 or 7280466. OLE color: 7280466.

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

Color convert

RGB 82 23 111 -
CMYK 0.26 0.79 0 0.56
HSL 280.23º 0.66% 0.26% -
HSV(B) 280.23º 0.79% 0.44% -
XYZ 6.66 3.55 15.37 -
YUV 50.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 82 23 111 0.26 0.79 0 0.56 280.23 0.66 0.26
Hex 52 17 6F 1A 4F 0 38 118 42 1A
Octal 122 27 157 32 117 0 70 430 102 32
Binary 1010010 10111 1101111 11010 1001111 0 111000 100011000 1000010 11010

Color Harmonies of #52176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52176F

Black with #52176F

Text Example


Text Example

White with #52176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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