Html Css Color HEX #523072 Blue Diamond

📋 copy color: '#523072'

red 82 ◦ green 48 ◦ blue 114

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

Shades of Blue Diamond #523072

Tints of Blue Diamond #523072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 33.61%
G = 19.67%
B = 46.72%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523072 (or 0x523072) is known color: Blue Diamond. HEX triplet: 52, 30 and 72. RGB value is (82,48,114). Sum of RGB (Red+Green+Blue) = 82+48+114=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #523072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523072 is #ADCF8D. Grayscale: #414141. Windows color (decimal): -11390862 or 7483474. OLE color: 7483474.

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

Color convert

RGB 82 48 114 -
CMYK 0.28 0.58 0 0.55
HSL 270.91º 0.41% 0.32% -
HSV(B) 270.91º 0.58% 0.45% -
XYZ 7.57 5.12 16.51 -
YUV 65.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 82 48 114 0.28 0.58 0 0.55 270.91 0.41 0.32
Hex 52 30 72 1C 3A 0 37 10F 29 20
Octal 122 60 162 34 72 0 67 417 51 40
Binary 1010010 110000 1110010 11100 111010 0 110111 100001111 101001 100000

Color Harmonies of #523072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523072

Black with #523072

Text Example


Text Example

White with #523072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523072; }

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

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

background-color css

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

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

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

border-color css

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

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

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