Html Css Color HEX #583C95 Daisy Bush

📋 copy color: '#583C95'

red 88 ◦ green 60 ◦ blue 149

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

Shades of Daisy Bush #583C95

Tints of Daisy Bush #583C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 29.63%
G = 20.2%
B = 50.17%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583C95 (or 0x583C95) is known color: Daisy Bush. HEX triplet: 58, 3C and 95. RGB value is (88,60,149). Sum of RGB (Red+Green+Blue) = 88+60+149=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #583C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583C95 is #A7C36A. Grayscale: #4E4E4E. Windows color (decimal): -10994539 or 9780312. OLE color: 9780312.

HSL color Cylindrical-coordinate representation of color #583C95: hue angle of 258.88º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #583C95 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 60 149 -
CMYK 0.41 0.60 0 0.42
HSL 258.88º 0.43% 0.41% -
HSV(B) 258.88º 0.6% 0.58% -
XYZ 11.07 7.48 29.29 -
YUV 78.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 88 60 149 0.41 0.60 0 0.42 258.88 0.43 0.41
Hex 58 3C 95 29 3C 0 2A 103 2B 29
Octal 130 74 225 51 74 0 52 403 53 51
Binary 1011000 111100 10010101 101001 111100 0 101010 100000011 101011 101001

Color Harmonies of #583C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583C95

Black with #583C95

Text Example


Text Example

White with #583C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,60,149); }

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

background-color css

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

 a { background-color: rgb(88,60,149); }

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

border-color css

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

 span { border-color: rgb(88,60,149); }

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