Html Css Color HEX #523872 Blue Diamond

📋 copy color: '#523872'

red 82 ◦ green 56 ◦ blue 114

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

Shades of Blue Diamond #523872

Tints of Blue Diamond #523872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.22%

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

R = 32.54%
G = 22.22%
B = 45.24%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523872 (or 0x523872) is known color: Blue Diamond. HEX triplet: 52, 38 and 72. RGB value is (82,56,114). Sum of RGB (Red+Green+Blue) = 82+56+114=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #523872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523872 is #ADC78D. Grayscale: #464646. Windows color (decimal): -11388814 or 7485522. OLE color: 7485522.

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

Color convert

RGB 82 56 114 -
CMYK 0.28 0.51 0 0.55
HSL 266.9º 0.34% 0.33% -
HSV(B) 266.9º 0.51% 0.45% -
XYZ 7.93 5.84 16.63 -
YUV 70.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 82 56 114 0.28 0.51 0 0.55 266.9 0.34 0.33
Hex 52 38 72 1C 33 0 37 10B 22 21
Octal 122 70 162 34 63 0 67 413 42 41
Binary 1010010 111000 1110010 11100 110011 0 110111 100001011 100010 100001

Color Harmonies of #523872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523872

Black with #523872

Text Example


Text Example

White with #523872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523872; }

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

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

background-color css

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

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

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

border-color css

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

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

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