Html Css Color HEX #531876 Blue Diamond

📋 copy color: '#531876'

red 83 ◦ green 24 ◦ blue 118

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

Shades of Blue Diamond #531876

Tints of Blue Diamond #531876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 36.89%
G = 10.67%
B = 52.44%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#531876 (or 0x531876) is known color: Blue Diamond. HEX triplet: 53, 18 and 76. RGB value is (83,24,118). Sum of RGB (Red+Green+Blue) = 83+24+118=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #531876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531876 is #ACE789. Grayscale: #343434. Windows color (decimal): -11331466 or 7739475. OLE color: 7739475.

HSL color Cylindrical-coordinate representation of color #531876: hue angle of 277.66º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531876 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 24 118 -
CMYK 0.30 0.80 0 0.54
HSL 277.66º 0.66% 0.28% -
HSV(B) 277.66º 0.8% 0.46% -
XYZ 7.16 3.8 17.5 -
YUV 52.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 83 24 118 0.30 0.80 0 0.54 277.66 0.66 0.28
Hex 53 18 76 1E 50 0 36 116 42 1C
Octal 123 30 166 36 120 0 66 426 102 34
Binary 1010011 11000 1110110 11110 1010000 0 110110 100010110 1000010 11100

Color Harmonies of #531876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531876

Black with #531876

Text Example


Text Example

White with #531876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531876; }

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

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

background-color css

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

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

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

border-color css

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

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

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