Html Css Color HEX #583495 Daisy Bush

📋 copy color: '#583495'

red 88 ◦ green 52 ◦ blue 149

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

Shades of Daisy Bush #583495

Tints of Daisy Bush #583495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 30.45%
G = 17.99%
B = 51.56%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583495 (or 0x583495) is known color: Daisy Bush. HEX triplet: 58, 34 and 95. RGB value is (88,52,149). Sum of RGB (Red+Green+Blue) = 88+52+149=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #583495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583495 is #A7CB6A. Grayscale: #494949. Windows color (decimal): -10996587 or 9778264. OLE color: 9778264.

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

Color convert

RGB 88 52 149 -
CMYK 0.41 0.65 0 0.42
HSL 262.27º 0.48% 0.39% -
HSV(B) 262.27º 0.65% 0.58% -
XYZ 10.68 6.7 29.16 -
YUV 73.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 88 52 149 0.41 0.65 0 0.42 262.27 0.48 0.39
Hex 58 34 95 29 41 0 2A 106 30 27
Octal 130 64 225 51 101 0 52 406 60 47
Binary 1011000 110100 10010101 101001 1000001 0 101010 100000110 110000 100111

Color Harmonies of #583495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583495

Black with #583495

Text Example


Text Example

White with #583495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583495; }

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

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

background-color css

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

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

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

border-color css

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

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

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