#532568

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

Shades of Scarlet Gum #532568

Tints of Scarlet Gum #532568

Color information

#532568 (or 0x532568) is unknown color: approx Scarlet Gum. HEX triplet: 53, 25 and 68. RGB value is (83,37,104). Sum of RGB (Red+Green+Blue) = 83+37+104=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #532568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532568 is #ACDA97. Grayscale: #3A3A3A. Windows color (decimal): -11328152 or 6825299. OLE color: 6825299.

HSL color Cylindrical-coordinate representation of color #532568: hue angle of 281.19º degrees, saturation: 0.48, 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 #532568 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8337104-
CMYK0.200.6400.59
HSL281.19º47.52%27.65%-
HSV(B)281.19º64.42%40.78%-
XYZ6.734.1613.55-
YUV58.39153.74145.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=37.05%
G=16.52%
B=46.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83371040.200.6400.59281.1947.5227.65
Hex532568144003B119301c
Octal12345150241000734316034
Binary10100111001011101000101001000000011101110001100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532568; }

 p { color: rgb(83,37,104); }

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

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

 a { background-color: rgb(83,37,104); }

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

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

 span { border-color: rgb(83,37,104); }

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