#532677

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

Shades of Blue Diamond #532677

Tints of Blue Diamond #532677

Color information

#532677 (or 0x532677) is unknown color: approx Blue Diamond. HEX triplet: 53, 26 and 77. RGB value is (83,38,119). Sum of RGB (Red+Green+Blue) = 83+38+119=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #532677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532677 is #ACD988. Grayscale: #3C3C3C. Windows color (decimal): -11327881 or 7808595. OLE color: 7808595.

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

Color convert

RGB8338119-
CMYK0.300.6800.53
HSL273.33º51.59%30.78%-
HSV(B)273.33º68.07%46.67%-
XYZ7.594.5617.93-
YUV60.69160.91143.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=34.58%
G=15.83%
B=49.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83381190.300.6800.53273.3351.5930.78
Hex5326771E44035111341f
Octal12346167361040654216437
Binary10100111001101110111111101000100011010110001000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532677; }

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

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

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

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

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

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

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

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