Html Css Color HEX #582668 Scarlet Gum

📋 copy color: '#582668'

red 88 ◦ green 38 ◦ blue 104

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

Shades of Scarlet Gum #582668

Tints of Scarlet Gum #582668

RGB

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

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

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

R = 38.26%
G = 16.52%
B = 45.22%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#582668 (or 0x582668) is known color: Scarlet Gum. HEX triplet: 58, 26 and 68. RGB value is (88,38,104). Sum of RGB (Red+Green+Blue) = 88+38+104=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #582668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582668 is #A7D997. Grayscale: #3C3C3C. Windows color (decimal): -11000216 or 6825560. OLE color: 6825560.

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

Color convert

RGB 88 38 104 -
CMYK 0.15 0.63 0 0.59
HSL 285.45º 0.46% 0.28% -
HSV(B) 285.45º 0.63% 0.41% -
XYZ 7.22 4.46 13.58 -
YUV 60.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 88 38 104 0.15 0.63 0 0.59 285.45 0.46 0.28
Hex 58 26 68 F 3F 0 3B 11D 2E 1C
Octal 130 46 150 17 77 0 73 435 56 34
Binary 1011000 100110 1101000 1111 111111 0 111011 100011101 101110 11100

Color Harmonies of #582668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582668

Black with #582668

Text Example


Text Example

White with #582668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582668; }

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

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

background-color css

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

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

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

border-color css

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

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

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