Html Css Color HEX #583F8D Daisy Bush

📋 copy color: '#583F8D'

red 88 ◦ green 63 ◦ blue 141

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

Shades of Daisy Bush #583F8D

Tints of Daisy Bush #583F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 30.14%
G = 21.58%
B = 48.29%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#583F8D (or 0x583F8D) is known color: Daisy Bush. HEX triplet: 58, 3F and 8D. RGB value is (88,63,141). Sum of RGB (Red+Green+Blue) = 88+63+141=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #583F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F8D is #A7C072. Grayscale: #4F4F4F. Windows color (decimal): -10993779 or 9256792. OLE color: 9256792.

HSL color Cylindrical-coordinate representation of color #583F8D: hue angle of 259.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #583F8D is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 63 141 -
CMYK 0.38 0.55 0 0.45
HSL 259.23º 0.38% 0.4% -
HSV(B) 259.23º 0.55% 0.55% -
XYZ 10.61 7.55 26.1 -
YUV 79.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 88 63 141 0.38 0.55 0 0.45 259.23 0.38 0.4
Hex 58 3F 8D 26 37 0 2D 103 26 28
Octal 130 77 215 46 67 0 55 403 46 50
Binary 1011000 111111 10001101 100110 110111 0 101101 100000011 100110 101000

Color Harmonies of #583F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583F8D

Black with #583F8D

Text Example


Text Example

White with #583F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583F8D; }

 p { color: rgb(88,63,141); }

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

background-color css

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

 a { background-color: rgb(88,63,141); }

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

border-color css

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

 span { border-color: rgb(88,63,141); }

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