Html Css Color HEX #532872 Blue Diamond

📋 copy color: '#532872'

red 83 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #532872

Tints of Blue Diamond #532872

RGB

 RED value IS 83 (32.81% from 255) = 35.02%

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 35.02%
G = 16.88%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532872 (or 0x532872) is known color: Blue Diamond. HEX triplet: 53, 28 and 72. RGB value is (83,40,114). Sum of RGB (Red+Green+Blue) = 83+40+114=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #532872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532872 is #ACD78D. Grayscale: #3D3D3D. Windows color (decimal): -11327374 or 7481427. OLE color: 7481427.

HSL color Cylindrical-coordinate representation of color #532872: hue angle of 274.86º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532872 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 40 114 -
CMYK 0.27 0.65 0 0.55
HSL 274.86º 0.48% 0.3% -
HSV(B) 274.86º 0.65% 0.45% -
XYZ 7.36 4.57 16.41 -
YUV 61.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 83 40 114 0.27 0.65 0 0.55 274.86 0.48 0.3
Hex 53 28 72 1B 41 0 37 113 30 1E
Octal 123 50 162 33 101 0 67 423 60 36
Binary 1010011 101000 1110010 11011 1000001 0 110111 100010011 110000 11110

Color Harmonies of #532872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532872

Black with #532872

Text Example


Text Example

White with #532872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532872; }

 p { color: rgb(83,40,114); }

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

background-color css

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

 a { background-color: rgb(83,40,114); }

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

border-color css

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

 span { border-color: rgb(83,40,114); }

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