Html Css Color HEX #581A68 Scarlet Gum

📋 copy color: '#581A68'

red 88 ◦ green 26 ◦ blue 104

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

Shades of Scarlet Gum #581A68

Tints of Scarlet Gum #581A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 40.37%
G = 11.93%
B = 47.71%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581A68 (or 0x581A68) is known color: Scarlet Gum. HEX triplet: 58, 1A and 68. RGB value is (88,26,104). Sum of RGB (Red+Green+Blue) = 88+26+104=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #581A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A68 is #A7E597. Grayscale: #353535. Windows color (decimal): -11003288 or 6822488. OLE color: 6822488.

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

Color convert

RGB 88 26 104 -
CMYK 0.15 0.75 0 0.59
HSL 287.69º 0.6% 0.25% -
HSV(B) 287.69º 0.75% 0.41% -
XYZ 6.89 3.81 13.47 -
YUV 53.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 88 26 104 0.15 0.75 0 0.59 287.69 0.6 0.25
Hex 58 1A 68 F 4B 0 3B 120 3C 19
Octal 130 32 150 17 113 0 73 440 74 31
Binary 1011000 11010 1101000 1111 1001011 0 111011 100100000 111100 11001

Color Harmonies of #581A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A68

Black with #581A68

Text Example


Text Example

White with #581A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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