Html Css Color HEX #531871 Blue Diamond

📋 copy color: '#531871'

red 83 ◦ green 24 ◦ blue 113

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

Shades of Blue Diamond #531871

Tints of Blue Diamond #531871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 37.73%
G = 10.91%
B = 51.36%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#531871 (or 0x531871) is known color: Blue Diamond. HEX triplet: 53, 18 and 71. RGB value is (83,24,113). Sum of RGB (Red+Green+Blue) = 83+24+113=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #531871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531871 is #ACE78E. Grayscale: #333333. Windows color (decimal): -11331471 or 7411795. OLE color: 7411795.

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

Color convert

RGB 83 24 113 -
CMYK 0.27 0.79 0 0.56
HSL 279.78º 0.65% 0.27% -
HSV(B) 279.78º 0.79% 0.44% -
XYZ 6.87 3.68 15.97 -
YUV 51.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 83 24 113 0.27 0.79 0 0.56 279.78 0.65 0.27
Hex 53 18 71 1B 4F 0 38 118 41 1B
Octal 123 30 161 33 117 0 70 430 101 33
Binary 1010011 11000 1110001 11011 1001111 0 111000 100011000 1000001 11011

Color Harmonies of #531871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531871

Black with #531871

Text Example


Text Example

White with #531871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531871; }

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

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

background-color css

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

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

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

border-color css

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

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

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