Html Css Color HEX #583095 Daisy Bush

📋 copy color: '#583095'

red 88 ◦ green 48 ◦ blue 149

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

Shades of Daisy Bush #583095

Tints of Daisy Bush #583095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 30.88%
G = 16.84%
B = 52.28%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583095 (or 0x583095) is known color: Daisy Bush. HEX triplet: 58, 30 and 95. RGB value is (88,48,149). Sum of RGB (Red+Green+Blue) = 88+48+149=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #583095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583095 is #A7CF6A. Grayscale: #474747. Windows color (decimal): -10997611 or 9777240. OLE color: 9777240.

HSL color Cylindrical-coordinate representation of color #583095: hue angle of 263.76º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #583095 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 48 149 -
CMYK 0.41 0.68 0 0.42
HSL 263.76º 0.51% 0.39% -
HSV(B) 263.76º 0.68% 0.58% -
XYZ 10.51 6.36 29.11 -
YUV 71.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 88 48 149 0.41 0.68 0 0.42 263.76 0.51 0.39
Hex 58 30 95 29 44 0 2A 108 33 27
Octal 130 60 225 51 104 0 52 410 63 47
Binary 1011000 110000 10010101 101001 1000100 0 101010 100001000 110011 100111

Color Harmonies of #583095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583095

Black with #583095

Text Example


Text Example

White with #583095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583095; }

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

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

background-color css

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

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

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

border-color css

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

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

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