Html Css Color HEX #532572 Blue Diamond

📋 copy color: '#532572'

red 83 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #532572

Tints of Blue Diamond #532572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 35.47%
G = 15.81%
B = 48.72%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532572 (or 0x532572) is known color: Blue Diamond. HEX triplet: 53, 25 and 72. RGB value is (83,37,114). Sum of RGB (Red+Green+Blue) = 83+37+114=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #532572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532572 is #ACDA8D. Grayscale: #3B3B3B. Windows color (decimal): -11328142 or 7480659. OLE color: 7480659.

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

Color convert

RGB 83 37 114 -
CMYK 0.27 0.68 0 0.55
HSL 275.84º 0.51% 0.3% -
HSV(B) 275.84º 0.68% 0.45% -
XYZ 7.27 4.38 16.38 -
YUV 59.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 83 37 114 0.27 0.68 0 0.55 275.84 0.51 0.3
Hex 53 25 72 1B 44 0 37 114 33 1E
Octal 123 45 162 33 104 0 67 424 63 36
Binary 1010011 100101 1110010 11011 1000100 0 110111 100010100 110011 11110

Color Harmonies of #532572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532572

Black with #532572

Text Example


Text Example

White with #532572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532572; }

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

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

background-color css

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

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

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

border-color css

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

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

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