Html Css Color HEX #582666 Scarlet Gum

📋 copy color: '#582666'

red 88 ◦ green 38 ◦ blue 102

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

Shades of Scarlet Gum #582666

Tints of Scarlet Gum #582666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

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

R = 38.6%
G = 16.67%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582666 (or 0x582666) is known color: Scarlet Gum. HEX triplet: 58, 26 and 66. RGB value is (88,38,102). Sum of RGB (Red+Green+Blue) = 88+38+102=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #582666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582666 is #A7D999. Grayscale: #3C3C3C. Windows color (decimal): -11000218 or 6694488. OLE color: 6694488.

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

Color convert

RGB 88 38 102 -
CMYK 0.14 0.63 0 0.6
HSL 286.88º 0.46% 0.27% -
HSV(B) 286.88º 0.63% 0.4% -
XYZ 7.12 4.42 13.05 -
YUV 60.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 88 38 102 0.14 0.63 0 0.6 286.88 0.46 0.27
Hex 58 26 66 E 3F 0 3C 11F 2E 1B
Octal 130 46 146 16 77 0 74 437 56 33
Binary 1011000 100110 1100110 1110 111111 0 111100 100011111 101110 11011

Color Harmonies of #582666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582666

Black with #582666

Text Example


Text Example

White with #582666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582666; }

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

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

background-color css

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

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

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

border-color css

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

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

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