Html Css Color HEX #532D6E Blue Diamond

📋 copy color: '#532D6E'

red 83 ◦ green 45 ◦ blue 110

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

Shades of Blue Diamond #532D6E

Tints of Blue Diamond #532D6E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 34.87%
G = 18.91%
B = 46.22%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#532D6E (or 0x532D6E) is known color: Blue Diamond. HEX triplet: 53, 2D and 6E. RGB value is (83,45,110). Sum of RGB (Red+Green+Blue) = 83+45+110=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #532D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D6E is #ACD291. Grayscale: #3F3F3F. Windows color (decimal): -11326098 or 7220563. OLE color: 7220563.

HSL color Cylindrical-coordinate representation of color #532D6E: hue angle of 275.08º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532D6E is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 45 110 -
CMYK 0.25 0.59 0 0.57
HSL 275.08º 0.42% 0.3% -
HSV(B) 275.08º 0.59% 0.43% -
XYZ 7.32 4.84 15.3 -
YUV 63.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 83 45 110 0.25 0.59 0 0.57 275.08 0.42 0.3
Hex 53 2D 6E 19 3B 0 39 113 2A 1E
Octal 123 55 156 31 73 0 71 423 52 36
Binary 1010011 101101 1101110 11001 111011 0 111001 100010011 101010 11110

Color Harmonies of #532D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D6E

Black with #532D6E

Text Example


Text Example

White with #532D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532D6E; }

 p { color: rgb(83,45,110); }

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

background-color css

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

 a { background-color: rgb(83,45,110); }

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

border-color css

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

 span { border-color: rgb(83,45,110); }

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