#532477

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

Shades of Blue Diamond #532477

Tints of Blue Diamond #532477

Color information

#532477 (or 0x532477) is unknown color: approx Blue Diamond. HEX triplet: 53, 24 and 77. RGB value is (83,36,119). Sum of RGB (Red+Green+Blue) = 83+36+119=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #532477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532477 is #ACDB88. Grayscale: #3B3B3B. Windows color (decimal): -11328393 or 7808083. OLE color: 7808083.

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

Color convert

RGB8336119-
CMYK0.300.7000.53
HSL273.98º53.55%30.39%-
HSV(B)273.98º69.75%46.67%-
XYZ7.534.4317.91-
YUV59.52161.57144.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 119 (46.88% from 255) = 50%
R=34.87%
G=15.13%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83361190.300.7000.53273.9853.5530.39
Hex5324771E46035112361e
Octal12344167361060654226636
Binary10100111001001110111111101000110011010110001001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532477; }

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

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

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

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

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

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

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

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