#582269

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

Shades of Scarlet Gum #582269

Tints of Scarlet Gum #582269

Color information

#582269 (or 0x582269) is unknown color: approx Scarlet Gum. HEX triplet: 58, 22 and 69. RGB value is (88,34,105). Sum of RGB (Red+Green+Blue) = 88+34+105=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #582269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582269 is #A7DD96. Grayscale: #3A3A3A. Windows color (decimal): -11001239 or 6890072. OLE color: 6890072.

HSL color Cylindrical-coordinate representation of color #582269: hue angle of 285.63º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582269 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8834105-
CMYK0.160.6800.59
HSL285.63º51.08%27.25%-
HSV(B)285.63º67.62%41.18%-
XYZ7.154.2413.81-
YUV58.24154.39149.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=38.77%
G=14.98%
B=46.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88341050.160.6800.59285.6351.0827.25
Hex582269104403B11e331b
Octal13042151201040734366333
Binary10110001000101101001100001000100011101110001111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582269; }

 p { color: rgb(88,34,105); }

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

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

 a { background-color: rgb(88,34,105); }

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

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

 span { border-color: rgb(88,34,105); }

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