Html Css Color HEX #583195 Daisy Bush

📋 copy color: '#583195'

red 88 ◦ green 49 ◦ blue 149

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

Shades of Daisy Bush #583195

Tints of Daisy Bush #583195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

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

R = 30.77%
G = 17.13%
B = 52.1%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583195 (or 0x583195) is known color: Daisy Bush. HEX triplet: 58, 31 and 95. RGB value is (88,49,149). Sum of RGB (Red+Green+Blue) = 88+49+149=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #583195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583195 is #A7CE6A. Grayscale: #474747. Windows color (decimal): -10997355 or 9777496. OLE color: 9777496.

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

Color convert

RGB 88 49 149 -
CMYK 0.41 0.67 0 0.42
HSL 263.4º 0.51% 0.39% -
HSV(B) 263.4º 0.67% 0.58% -
XYZ 10.55 6.44 29.12 -
YUV 72.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 88 49 149 0.41 0.67 0 0.42 263.4 0.51 0.39
Hex 58 31 95 29 43 0 2A 107 33 27
Octal 130 61 225 51 103 0 52 407 63 47
Binary 1011000 110001 10010101 101001 1000011 0 101010 100000111 110011 100111

Color Harmonies of #583195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583195

Black with #583195

Text Example


Text Example

White with #583195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583195; }

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

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

background-color css

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

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

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

border-color css

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

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

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