#532878

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

Shades of Blue Diamond #532878

Tints of Blue Diamond #532878

Color information

#532878 (or 0x532878) is unknown color: approx Blue Diamond. HEX triplet: 53, 28 and 78. RGB value is (83,40,120). Sum of RGB (Red+Green+Blue) = 83+40+120=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #532878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532878 is #ACD787. Grayscale: #3D3D3D. Windows color (decimal): -11327368 or 7874643. OLE color: 7874643.

HSL color Cylindrical-coordinate representation of color #532878: hue angle of 272.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #532878 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8340120-
CMYK0.310.6700.53
HSL272.25º50%31.37%-
HSV(B)272.25º66.67%47.06%-
XYZ7.724.7118.27-
YUV61.98160.75143-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=34.16%
G=16.46%
B=49.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83401200.310.6700.53272.255031.37
Hex5328781F43035110321f
Octal12350170371030654206237
Binary10100111010001111000111111000011011010110001000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532878; }

 p { color: rgb(83,40,120); }

 H1.HeaderClassName
 {
   color: #532878;
 }
 .AnyTagClassName
 {
   color: #532878;
 }
</style>
background-color css

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

 a { background-color: rgb(83,40,120); }

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

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

 span { border-color: rgb(83,40,120); }

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