Html Css Color HEX #582566 Scarlet Gum

📋 copy color: '#582566'

red 88 ◦ green 37 ◦ blue 102

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

Shades of Scarlet Gum #582566

Tints of Scarlet Gum #582566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 38.77%
G = 16.3%
B = 44.93%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582566 (or 0x582566) is known color: Scarlet Gum. HEX triplet: 58, 25 and 66. RGB value is (88,37,102). Sum of RGB (Red+Green+Blue) = 88+37+102=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #582566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582566 is #A7DA99. Grayscale: #3B3B3B. Windows color (decimal): -11000474 or 6694232. OLE color: 6694232.

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

Color convert

RGB 88 37 102 -
CMYK 0.14 0.64 0 0.6
HSL 287.08º 0.47% 0.27% -
HSV(B) 287.08º 0.64% 0.4% -
XYZ 7.08 4.36 13.04 -
YUV 59.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 88 37 102 0.14 0.64 0 0.6 287.08 0.47 0.27
Hex 58 25 66 E 40 0 3C 11F 2F 1B
Octal 130 45 146 16 100 0 74 437 57 33
Binary 1011000 100101 1100110 1110 1000000 0 111100 100011111 101111 11011

Color Harmonies of #582566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582566

Black with #582566

Text Example


Text Example

White with #582566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582566; }

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

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

background-color css

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

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

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

border-color css

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

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

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