Html Css Color HEX #581868 Scarlet Gum

📋 copy color: '#581868'

red 88 ◦ green 24 ◦ blue 104

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

Shades of Scarlet Gum #581868

Tints of Scarlet Gum #581868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 40.74%
G = 11.11%
B = 48.15%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581868 (or 0x581868) is known color: Scarlet Gum. HEX triplet: 58, 18 and 68. RGB value is (88,24,104). Sum of RGB (Red+Green+Blue) = 88+24+104=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #581868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581868 is #A7E797. Grayscale: #343434. Windows color (decimal): -11003800 or 6821976. OLE color: 6821976.

HSL color Cylindrical-coordinate representation of color #581868: hue angle of 288º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581868 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 24 104 -
CMYK 0.15 0.77 0 0.59
HSL 288º 0.63% 0.25% -
HSV(B) 288º 0.77% 0.41% -
XYZ 6.85 3.73 13.46 -
YUV 52.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 88 24 104 0.15 0.77 0 0.59 288 0.63 0.25
Hex 58 18 68 F 4D 0 3B 120 3E 19
Octal 130 30 150 17 115 0 73 440 76 31
Binary 1011000 11000 1101000 1111 1001101 0 111011 100100000 111110 11001

Color Harmonies of #581868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581868

Black with #581868

Text Example


Text Example

White with #581868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581868; }

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

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

background-color css

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

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

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

border-color css

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

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

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