#552968

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

Shades of Scarlet Gum #552968

Tints of Scarlet Gum #552968

Color information

#552968 (or 0x552968) is unknown color: approx Scarlet Gum. HEX triplet: 55, 29 and 68. RGB value is (85,41,104). Sum of RGB (Red+Green+Blue) = 85+41+104=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #552968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552968 is #AAD697. Grayscale: #3D3D3D. Windows color (decimal): -11196056 or 6826325. OLE color: 6826325.

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

Color convert

RGB8541104-
CMYK0.180.6100.59
HSL281.9º43.45%28.43%-
HSV(B)281.9º60.58%40.78%-
XYZ7.044.5213.6-
YUV61.34152.08144.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=36.96%
G=17.83%
B=45.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85411040.180.6100.59281.943.4528.43
Hex552968123D03B11a2b1c
Octal1255115022750734325334
Binary1010101101001110100010010111101011101110001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552968; }

 p { color: rgb(85,41,104); }

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

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

 a { background-color: rgb(85,41,104); }

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

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

 span { border-color: rgb(85,41,104); }

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