Html Css Color HEX #581D6E Seance

📋 copy color: '#581D6E'

red 88 ◦ green 29 ◦ blue 110

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

Shades of Seance #581D6E

Tints of Seance #581D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 38.77%
G = 12.78%
B = 48.46%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#581D6E (or 0x581D6E) is known color: Seance. HEX triplet: 58, 1D and 6E. RGB value is (88,29,110). Sum of RGB (Red+Green+Blue) = 88+29+110=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #581D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D6E is #A7E291. Grayscale: #373737. Windows color (decimal): -11002514 or 7216472. OLE color: 7216472.

HSL color Cylindrical-coordinate representation of color #581D6E: hue angle of 283.7º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581D6E is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 29 110 -
CMYK 0.2 0.74 0 0.57
HSL 283.7º 0.58% 0.27% -
HSV(B) 283.7º 0.74% 0.43% -
XYZ 7.28 4.08 15.16 -
YUV 55.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 88 29 110 0.2 0.74 0 0.57 283.7 0.58 0.27
Hex 58 1D 6E 14 4A 0 39 11C 3A 1B
Octal 130 35 156 24 112 0 71 434 72 33
Binary 1011000 11101 1101110 10100 1001010 0 111001 100011100 111010 11011

Color Harmonies of #581D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D6E

Black with #581D6E

Text Example


Text Example

White with #581D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,110); }

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

background-color css

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

 a { background-color: rgb(88,29,110); }

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

border-color css

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

 span { border-color: rgb(88,29,110); }

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