Html Css Color HEX #582466 Scarlet Gum

📋 copy color: '#582466'

red 88 ◦ green 36 ◦ blue 102

#582466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #582466

Tints of Scarlet Gum #582466

RGB

 RED value IS 88 (34.77% from 255) = 38.94%

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 38.94%
G = 15.93%
B = 45.13%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582466 (or 0x582466) is known color: Scarlet Gum. HEX triplet: 58, 24 and 66. RGB value is (88,36,102). Sum of RGB (Red+Green+Blue) = 88+36+102=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #582466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582466 is #A7DB99. Grayscale: #3A3A3A. Windows color (decimal): -11000730 or 6693976. OLE color: 6693976.

HSL color Cylindrical-coordinate representation of color #582466: hue angle of 287.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582466 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 36 102 -
CMYK 0.14 0.65 0 0.6
HSL 287.27º 0.48% 0.27% -
HSV(B) 287.27º 0.65% 0.4% -
XYZ 7.05 4.3 13.03 -
YUV 59.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 88 36 102 0.14 0.65 0 0.6 287.27 0.48 0.27
Hex 58 24 66 E 41 0 3C 11F 30 1B
Octal 130 44 146 16 101 0 74 437 60 33
Binary 1011000 100100 1100110 1110 1000001 0 111100 100011111 110000 11011

Color Harmonies of #582466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582466

Black with #582466

Text Example


Text Example

White with #582466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582466; }

 p { color: rgb(88,36,102); }

 H1.HeaderClassName
 {
   color: #582466;
 }
 .AnyTagClassName
 {
   color: #582466;
 }
</style>

background-color css

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

 a { background-color: rgb(88,36,102); }

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

border-color css

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

 span { border-color: rgb(88,36,102); }

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