Html Css Color HEX #531F6F Blue Diamond

📋 copy color: '#531F6F'

red 83 ◦ green 31 ◦ blue 111

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

Shades of Blue Diamond #531F6F

Tints of Blue Diamond #531F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 36.89%
G = 13.78%
B = 49.33%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#531F6F (or 0x531F6F) is known color: Blue Diamond. HEX triplet: 53, 1F and 6F. RGB value is (83,31,111). Sum of RGB (Red+Green+Blue) = 83+31+111=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #531F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F6F is #ACE090. Grayscale: #373737. Windows color (decimal): -11329681 or 7282515. OLE color: 7282515.

HSL color Cylindrical-coordinate representation of color #531F6F: hue angle of 279º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531F6F is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 31 111 -
CMYK 0.25 0.72 0 0.56
HSL 279º 0.56% 0.28% -
HSV(B) 279º 0.72% 0.44% -
XYZ 6.93 3.97 15.44 -
YUV 55.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 83 31 111 0.25 0.72 0 0.56 279 0.56 0.28
Hex 53 1F 6F 19 48 0 38 117 38 1C
Octal 123 37 157 31 110 0 70 427 70 34
Binary 1010011 11111 1101111 11001 1001000 0 111000 100010111 111000 11100

Color Harmonies of #531F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F6F

Black with #531F6F

Text Example


Text Example

White with #531F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531F6F; }

 p { color: rgb(83,31,111); }

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

background-color css

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

 a { background-color: rgb(83,31,111); }

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

border-color css

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

 span { border-color: rgb(83,31,111); }

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