Html Css Color HEX #583499 Daisy Bush

📋 copy color: '#583499'

red 88 ◦ green 52 ◦ blue 153

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

Shades of Daisy Bush #583499

Tints of Daisy Bush #583499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 30.03%
G = 17.75%
B = 52.22%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#583499 (or 0x583499) is known color: Daisy Bush. HEX triplet: 58, 34 and 99. RGB value is (88,52,153). Sum of RGB (Red+Green+Blue) = 88+52+153=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #583499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583499 is #A7CB66. Grayscale: #494949. Windows color (decimal): -10996583 or 10040408. OLE color: 10040408.

HSL color Cylindrical-coordinate representation of color #583499: hue angle of 261.39º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #583499 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 52 153 -
CMYK 0.42 0.66 0 0.4
HSL 261.39º 0.49% 0.4% -
HSV(B) 261.39º 0.66% 0.6% -
XYZ 11 6.83 30.88 -
YUV 74.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 88 52 153 0.42 0.66 0 0.4 261.39 0.49 0.4
Hex 58 34 99 2A 42 0 28 105 31 28
Octal 130 64 231 52 102 0 50 405 61 50
Binary 1011000 110100 10011001 101010 1000010 0 101000 100000101 110001 101000

Color Harmonies of #583499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583499

Black with #583499

Text Example


Text Example

White with #583499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583499; }

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

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

background-color css

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

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

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

border-color css

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

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

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