#532877

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

Shades of Blue Diamond #532877

Tints of Blue Diamond #532877

Color information

#532877 (or 0x532877) is unknown color: approx Blue Diamond. HEX triplet: 53, 28 and 77. RGB value is (83,40,119). Sum of RGB (Red+Green+Blue) = 83+40+119=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #532877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532877 is #ACD788. Grayscale: #3D3D3D. Windows color (decimal): -11327369 or 7809107. OLE color: 7809107.

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

Color convert

RGB8340119-
CMYK0.300.6600.53
HSL272.66º49.69%31.18%-
HSV(B)272.66º66.39%46.67%-
XYZ7.664.6917.95-
YUV61.86160.25143.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=34.30%
G=16.53%
B=49.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83401190.300.6600.53272.6649.6931.18
Hex5328771E42035111321f
Octal12350167361020654216237
Binary10100111010001110111111101000010011010110001000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532877; }

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

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

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

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

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

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

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

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