Html Css Color HEX #582168 Scarlet Gum

📋 copy color: '#582168'

red 88 ◦ green 33 ◦ blue 104

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

Shades of Scarlet Gum #582168

Tints of Scarlet Gum #582168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 39.11%
G = 14.67%
B = 46.22%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#582168 (or 0x582168) is known color: Scarlet Gum. HEX triplet: 58, 21 and 68. RGB value is (88,33,104). Sum of RGB (Red+Green+Blue) = 88+33+104=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #582168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582168 is #A7DE97. Grayscale: #393939. Windows color (decimal): -11001496 or 6824280. OLE color: 6824280.

HSL color Cylindrical-coordinate representation of color #582168: hue angle of 286.48º degrees, saturation: 0.52, 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 #582168 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 33 104 -
CMYK 0.15 0.68 0 0.59
HSL 286.48º 0.52% 0.27% -
HSV(B) 286.48º 0.68% 0.41% -
XYZ 7.07 4.16 13.53 -
YUV 57.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 88 33 104 0.15 0.68 0 0.59 286.48 0.52 0.27
Hex 58 21 68 F 44 0 3B 11E 34 1B
Octal 130 41 150 17 104 0 73 436 64 33
Binary 1011000 100001 1101000 1111 1000100 0 111011 100011110 110100 11011

Color Harmonies of #582168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582168

Black with #582168

Text Example


Text Example

White with #582168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582168; }

 p { color: rgb(88,33,104); }

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

background-color css

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

 a { background-color: rgb(88,33,104); }

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

border-color css

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

 span { border-color: rgb(88,33,104); }

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