Html Css Color HEX #531973 Blue Diamond

📋 copy color: '#531973'

red 83 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #531973

Tints of Blue Diamond #531973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 37.22%
G = 11.21%
B = 51.57%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#531973 (or 0x531973) is known color: Blue Diamond. HEX triplet: 53, 19 and 73. RGB value is (83,25,115). Sum of RGB (Red+Green+Blue) = 83+25+115=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #531973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531973 is #ACE68C. Grayscale: #343434. Windows color (decimal): -11331213 or 7543123. OLE color: 7543123.

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

Color convert

RGB 83 25 115 -
CMYK 0.28 0.78 0 0.55
HSL 278.67º 0.64% 0.27% -
HSV(B) 278.67º 0.78% 0.45% -
XYZ 7.01 3.77 16.58 -
YUV 52.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 83 25 115 0.28 0.78 0 0.55 278.67 0.64 0.27
Hex 53 19 73 1C 4E 0 37 117 40 1B
Octal 123 31 163 34 116 0 67 427 100 33
Binary 1010011 11001 1110011 11100 1001110 0 110111 100010111 1000000 11011

Color Harmonies of #531973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531973

Black with #531973

Text Example


Text Example

White with #531973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531973; }

 p { color: rgb(83,25,115); }

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

background-color css

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

 a { background-color: rgb(83,25,115); }

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

border-color css

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

 span { border-color: rgb(83,25,115); }

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