Html Css Color HEX #583497 Daisy Bush

📋 copy color: '#583497'

red 88 ◦ green 52 ◦ blue 151

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

Shades of Daisy Bush #583497

Tints of Daisy Bush #583497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 30.24%
G = 17.87%
B = 51.89%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#583497 (or 0x583497) is known color: Daisy Bush. HEX triplet: 58, 34 and 97. RGB value is (88,52,151). Sum of RGB (Red+Green+Blue) = 88+52+151=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #583497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583497 is #A7CB68. Grayscale: #494949. Windows color (decimal): -10996585 or 9909336. OLE color: 9909336.

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

Color convert

RGB 88 52 151 -
CMYK 0.42 0.66 0 0.41
HSL 261.82º 0.49% 0.4% -
HSV(B) 261.82º 0.66% 0.59% -
XYZ 10.84 6.77 30.01 -
YUV 74.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 88 52 151 0.42 0.66 0 0.41 261.82 0.49 0.4
Hex 58 34 97 2A 42 0 29 106 31 28
Octal 130 64 227 52 102 0 51 406 61 50
Binary 1011000 110100 10010111 101010 1000010 0 101001 100000110 110001 101000

Color Harmonies of #583497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583497

Black with #583497

Text Example


Text Example

White with #583497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583497; }

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

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

background-color css

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

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

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

border-color css

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

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

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