#531876

Color #531876 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #531876

Tints of Blue Diamond #531876

Color information

#531876 (or 0x531876) is unknown color: approx 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

RGB8324118-
CMYK0.300.8000.54
HSL277.66º66.2%27.84%-
HSV(B)277.66º79.66%46.27%-
XYZ7.163.817.5-
YUV52.36165.05149.86-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83241180.300.8000.54277.6666.227.84
Hex5318761E50036116421c
Octal123301663612006642610234
Binary10100111100011101101111010100000110110100010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>