Html Css Color HEX #531771 Blue Diamond

📋 copy color: '#531771'

red 83 ◦ green 23 ◦ blue 113

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

Shades of Blue Diamond #531771

Tints of Blue Diamond #531771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 37.9%
G = 10.5%
B = 51.6%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#531771 (or 0x531771) is known color: Blue Diamond. HEX triplet: 53, 17 and 71. RGB value is (83,23,113). Sum of RGB (Red+Green+Blue) = 83+23+113=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #531771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531771 is #ACE88E. Grayscale: #323232. Windows color (decimal): -11331727 or 7411539. OLE color: 7411539.

HSL color Cylindrical-coordinate representation of color #531771: hue angle of 280º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531771 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 23 113 -
CMYK 0.27 0.80 0 0.56
HSL 280º 0.66% 0.27% -
HSV(B) 280º 0.8% 0.44% -
XYZ 6.85 3.64 15.96 -
YUV 51.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 83 23 113 0.27 0.80 0 0.56 280 0.66 0.27
Hex 53 17 71 1B 50 0 38 118 42 1B
Octal 123 27 161 33 120 0 70 430 102 33
Binary 1010011 10111 1110001 11011 1010000 0 111000 100011000 1000010 11011

Color Harmonies of #531771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531771

Black with #531771

Text Example


Text Example

White with #531771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531771; }

 p { color: rgb(83,23,113); }

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

background-color css

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

 a { background-color: rgb(83,23,113); }

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

border-color css

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

 span { border-color: rgb(83,23,113); }

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