#532977

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

Shades of Blue Diamond #532977

Tints of Blue Diamond #532977

Color information

#532977 (or 0x532977) is unknown color: approx Blue Diamond. HEX triplet: 53, 29 and 77. RGB value is (83,41,119). Sum of RGB (Red+Green+Blue) = 83+41+119=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #532977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532977 is #ACD688. Grayscale: #3E3E3E. Windows color (decimal): -11327113 or 7809363. OLE color: 7809363.

HSL color Cylindrical-coordinate representation of color #532977: hue angle of 272.31º degrees, saturation: 0.49, 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 #532977 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8341119-
CMYK0.300.6600.53
HSL272.31º48.75%31.37%-
HSV(B)272.31º65.55%46.67%-
XYZ7.694.7617.97-
YUV62.45159.91142.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=34.16%
G=16.87%
B=48.97%

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
Decimal83411190.300.6600.53272.3148.7531.37
Hex5329771E42035110311f
Octal12351167361020654206137
Binary10100111010011110111111101000010011010110001000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532977; }

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

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

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

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

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

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

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

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