Html Css Color HEX #532D74 Blue Diamond

📋 copy color: '#532D74'

red 83 ◦ green 45 ◦ blue 116

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

Shades of Blue Diamond #532D74

Tints of Blue Diamond #532D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 34.02%
G = 18.44%
B = 47.54%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#532D74 (or 0x532D74) is known color: Blue Diamond. HEX triplet: 53, 2D and 74. RGB value is (83,45,116). Sum of RGB (Red+Green+Blue) = 83+45+116=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #532D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D74 is #ACD28B. Grayscale: #404040. Windows color (decimal): -11326092 or 7613779. OLE color: 7613779.

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

Color convert

RGB 83 45 116 -
CMYK 0.28 0.61 0 0.55
HSL 272.11º 0.44% 0.32% -
HSV(B) 272.11º 0.61% 0.45% -
XYZ 7.66 4.98 17.08 -
YUV 64.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 83 45 116 0.28 0.61 0 0.55 272.11 0.44 0.32
Hex 53 2D 74 1C 3D 0 37 110 2C 20
Octal 123 55 164 34 75 0 67 420 54 40
Binary 1010011 101101 1110100 11100 111101 0 110111 100010000 101100 100000

Color Harmonies of #532D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D74

Black with #532D74

Text Example


Text Example

White with #532D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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