Html Css Color HEX #583696 Daisy Bush

📋 copy color: '#583696'

red 88 ◦ green 54 ◦ blue 150

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

Shades of Daisy Bush #583696

Tints of Daisy Bush #583696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 30.14%
G = 18.49%
B = 51.37%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#583696 (or 0x583696) is known color: Daisy Bush. HEX triplet: 58, 36 and 96. RGB value is (88,54,150). Sum of RGB (Red+Green+Blue) = 88+54+150=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #583696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583696 is #A7C969. Grayscale: #4A4A4A. Windows color (decimal): -10996074 or 9844312. OLE color: 9844312.

HSL color Cylindrical-coordinate representation of color #583696: hue angle of 261.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #583696 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 54 150 -
CMYK 0.41 0.64 0 0.41
HSL 261.25º 0.47% 0.4% -
HSV(B) 261.25º 0.64% 0.59% -
XYZ 10.85 6.92 29.62 -
YUV 75.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 88 54 150 0.41 0.64 0 0.41 261.25 0.47 0.4
Hex 58 36 96 29 40 0 29 105 2F 28
Octal 130 66 226 51 100 0 51 405 57 50
Binary 1011000 110110 10010110 101001 1000000 0 101001 100000101 101111 101000

Color Harmonies of #583696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583696

Black with #583696

Text Example


Text Example

White with #583696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583696; }

 p { color: rgb(88,54,150); }

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

background-color css

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

 a { background-color: rgb(88,54,150); }

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

border-color css

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

 span { border-color: rgb(88,54,150); }

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