Html Css Color HEX #531C80 Blue Diamond

📋 copy color: '#531C80'

red 83 ◦ green 28 ◦ blue 128

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

Shades of Blue Diamond #531C80

Tints of Blue Diamond #531C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 34.73%
G = 11.72%
B = 53.56%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#531C80 (or 0x531C80) is known color: Blue Diamond. HEX triplet: 53, 1C and 80. RGB value is (83,28,128). Sum of RGB (Red+Green+Blue) = 83+28+128=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #531C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531C80 is #ACE37F. Grayscale: #373737. Windows color (decimal): -11330432 or 8395859. OLE color: 8395859.

HSL color Cylindrical-coordinate representation of color #531C80: hue angle of 273º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531C80 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 28 128 -
CMYK 0.35 0.78 0 0.50
HSL 273º 0.64% 0.31% -
HSV(B) 273º 0.78% 0.5% -
XYZ 7.88 4.23 20.82 -
YUV 55.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 83 28 128 0.35 0.78 0 0.50 273 0.64 0.31
Hex 53 1C 80 23 4E 0 32 111 40 1F
Octal 123 34 200 43 116 0 62 421 100 37
Binary 1010011 11100 10000000 100011 1001110 0 110010 100010001 1000000 11111

Color Harmonies of #531C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C80

Black with #531C80

Text Example


Text Example

White with #531C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,28,128); }

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

background-color css

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

 a { background-color: rgb(83,28,128); }

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

border-color css

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

 span { border-color: rgb(83,28,128); }

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