#532669

Color #532669 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #532669

Tints of Scarlet Gum #532669

Color information

#532669 (or 0x532669) is unknown color: approx Scarlet Gum. HEX triplet: 53, 26 and 69. RGB value is (83,38,105). Sum of RGB (Red+Green+Blue) = 83+38+105=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #532669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532669 is #ACD996. Grayscale: #3A3A3A. Windows color (decimal): -11327895 or 6891091. OLE color: 6891091.

HSL color Cylindrical-coordinate representation of color #532669: hue angle of 280.3º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532669 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8338105-
CMYK0.210.6400.59
HSL280.3º46.85%28.04%-
HSV(B)280.3º63.81%41.18%-
XYZ6.814.2513.83-
YUV59.09153.91145.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=36.73%
G=16.81%
B=46.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83381050.210.6400.59280.346.8528.04
Hex532669154003B1182f1c
Octal12346151251000734305734
Binary10100111001101101001101011000000011101110001100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532669; }

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

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

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

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

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

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

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

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