Html Css Color HEX #523272 Blue Diamond

📋 copy color: '#523272'

red 82 ◦ green 50 ◦ blue 114

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

Shades of Blue Diamond #523272

Tints of Blue Diamond #523272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 33.33%
G = 20.33%
B = 46.34%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523272 (or 0x523272) is known color: Blue Diamond. HEX triplet: 52, 32 and 72. RGB value is (82,50,114). Sum of RGB (Red+Green+Blue) = 82+50+114=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #523272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523272 is #ADCD8D. Grayscale: #424242. Windows color (decimal): -11390350 or 7483986. OLE color: 7483986.

HSL color Cylindrical-coordinate representation of color #523272: hue angle of 270º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523272 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 50 114 -
CMYK 0.28 0.56 0 0.55
HSL 270º 0.39% 0.32% -
HSV(B) 270º 0.56% 0.45% -
XYZ 7.66 5.29 16.54 -
YUV 66.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 82 50 114 0.28 0.56 0 0.55 270 0.39 0.32
Hex 52 32 72 1C 38 0 37 10E 27 20
Octal 122 62 162 34 70 0 67 416 47 40
Binary 1010010 110010 1110010 11100 111000 0 110111 100001110 100111 100000

Color Harmonies of #523272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523272

Black with #523272

Text Example


Text Example

White with #523272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523272; }

 p { color: rgb(82,50,114); }

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

background-color css

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

 a { background-color: rgb(82,50,114); }

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

border-color css

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

 span { border-color: rgb(82,50,114); }

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