Html Css Color HEX #523774 Blue Diamond

📋 copy color: '#523774'

red 82 ◦ green 55 ◦ blue 116

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

Shades of Blue Diamond #523774

Tints of Blue Diamond #523774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 32.41%
G = 21.74%
B = 45.85%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523774 (or 0x523774) is known color: Blue Diamond. HEX triplet: 52, 37 and 74. RGB value is (82,55,116). Sum of RGB (Red+Green+Blue) = 82+55+116=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #523774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523774 is #ADC88B. Grayscale: #454545. Windows color (decimal): -11389068 or 7616338. OLE color: 7616338.

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

Color convert

RGB 82 55 116 -
CMYK 0.29 0.53 0 0.55
HSL 266.56º 0.36% 0.34% -
HSV(B) 266.56º 0.53% 0.45% -
XYZ 8 5.79 17.22 -
YUV 70.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 82 55 116 0.29 0.53 0 0.55 266.56 0.36 0.34
Hex 52 37 74 1D 35 0 37 10B 24 22
Octal 122 67 164 35 65 0 67 413 44 42
Binary 1010010 110111 1110100 11101 110101 0 110111 100001011 100100 100010

Color Harmonies of #523774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523774

Black with #523774

Text Example


Text Example

White with #523774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523774; }

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

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

background-color css

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

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

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

border-color css

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

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

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