Html Css Color HEX #523773 Blue Diamond

📋 copy color: '#523773'

red 82 ◦ green 55 ◦ blue 115

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

Shades of Blue Diamond #523773

Tints of Blue Diamond #523773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 32.54%
G = 21.83%
B = 45.63%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523773 (or 0x523773) is known color: Blue Diamond. HEX triplet: 52, 37 and 73. RGB value is (82,55,115). Sum of RGB (Red+Green+Blue) = 82+55+115=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #523773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523773 is #ADC88C. Grayscale: #454545. Windows color (decimal): -11389069 or 7550802. OLE color: 7550802.

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

Color convert

RGB 82 55 115 -
CMYK 0.29 0.52 0 0.55
HSL 267º 0.35% 0.33% -
HSV(B) 267º 0.52% 0.45% -
XYZ 7.94 5.76 16.91 -
YUV 69.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 82 55 115 0.29 0.52 0 0.55 267 0.35 0.33
Hex 52 37 73 1D 34 0 37 10B 23 21
Octal 122 67 163 35 64 0 67 413 43 41
Binary 1010010 110111 1110011 11101 110100 0 110111 100001011 100011 100001

Color Harmonies of #523773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523773

Black with #523773

Text Example


Text Example

White with #523773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523773; }

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

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

background-color css

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

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

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

border-color css

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

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

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