Html Css Color HEX #583E8C Daisy Bush

📋 copy color: '#583E8C'

red 88 ◦ green 62 ◦ blue 140

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

Shades of Daisy Bush #583E8C

Tints of Daisy Bush #583E8C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.38%

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 30.34%
G = 21.38%
B = 48.28%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#583E8C (or 0x583E8C) is known color: Daisy Bush. HEX triplet: 58, 3E and 8C. RGB value is (88,62,140). Sum of RGB (Red+Green+Blue) = 88+62+140=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #583E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583E8C is #A7C173. Grayscale: #4E4E4E. Windows color (decimal): -10994036 or 9191000. OLE color: 9191000.

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

Color convert

RGB 88 62 140 -
CMYK 0.37 0.56 0 0.45
HSL 260º 0.39% 0.4% -
HSV(B) 260º 0.56% 0.55% -
XYZ 10.48 7.41 25.69 -
YUV 78.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 88 62 140 0.37 0.56 0 0.45 260 0.39 0.4
Hex 58 3E 8C 25 38 0 2D 104 27 28
Octal 130 76 214 45 70 0 55 404 47 50
Binary 1011000 111110 10001100 100101 111000 0 101101 100000100 100111 101000

Color Harmonies of #583E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583E8C

Black with #583E8C

Text Example


Text Example

White with #583E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,62,140); }

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

background-color css

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

 a { background-color: rgb(88,62,140); }

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

border-color css

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

 span { border-color: rgb(88,62,140); }

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