#532377

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

Shades of Blue Diamond #532377

Tints of Blue Diamond #532377

Color information

#532377 (or 0x532377) is unknown color: approx Blue Diamond. HEX triplet: 53, 23 and 77. RGB value is (83,35,119). Sum of RGB (Red+Green+Blue) = 83+35+119=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #532377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532377 is #ACDC88. Grayscale: #3A3A3A. Windows color (decimal): -11328649 or 7807827. OLE color: 7807827.

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

Color convert

RGB8335119-
CMYK0.300.7100.53
HSL274.29º54.55%30.2%-
HSV(B)274.29º70.59%46.67%-
XYZ7.54.3717.9-
YUV58.93161.9145.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=35.02%
G=14.77%
B=50.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83351190.300.7100.53274.2954.5530.2
Hex5323771E47035112371e
Octal12343167361070654226736
Binary10100111000111110111111101000111011010110001001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532377; }

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

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

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

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

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

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

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

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