Html Css Color HEX #523273 Blue Diamond

📋 copy color: '#523273'

red 82 ◦ green 50 ◦ blue 115

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

Shades of Blue Diamond #523273

Tints of Blue Diamond #523273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 33.2%
G = 20.24%
B = 46.56%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523273 (or 0x523273) is known color: Blue Diamond. HEX triplet: 52, 32 and 73. RGB value is (82,50,115). Sum of RGB (Red+Green+Blue) = 82+50+115=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #523273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523273 is #ADCD8C. Grayscale: #424242. Windows color (decimal): -11390349 or 7549522. OLE color: 7549522.

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

Color convert

RGB 82 50 115 -
CMYK 0.29 0.57 0 0.55
HSL 269.54º 0.39% 0.32% -
HSV(B) 269.54º 0.57% 0.45% -
XYZ 7.71 5.31 16.84 -
YUV 66.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 82 50 115 0.29 0.57 0 0.55 269.54 0.39 0.32
Hex 52 32 73 1D 39 0 37 10E 27 20
Octal 122 62 163 35 71 0 67 416 47 40
Binary 1010010 110010 1110011 11101 111001 0 110111 100001110 100111 100000

Color Harmonies of #523273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523273

Black with #523273

Text Example


Text Example

White with #523273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523273; }

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

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

background-color css

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

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

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

border-color css

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

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

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