Html Css Color HEX #583498 Daisy Bush

📋 copy color: '#583498'

red 88 ◦ green 52 ◦ blue 152

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

Shades of Daisy Bush #583498

Tints of Daisy Bush #583498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.05%

R = 30.14%
G = 17.81%
B = 52.05%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#583498 (or 0x583498) is known color: Daisy Bush. HEX triplet: 58, 34 and 98. RGB value is (88,52,152). Sum of RGB (Red+Green+Blue) = 88+52+152=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #583498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583498 is #A7CB67. Grayscale: #494949. Windows color (decimal): -10996584 or 9974872. OLE color: 9974872.

HSL color Cylindrical-coordinate representation of color #583498: hue angle of 261.6º 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 #583498 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 52 152 -
CMYK 0.42 0.66 0 0.40
HSL 261.6º 0.49% 0.4% -
HSV(B) 261.6º 0.66% 0.6% -
XYZ 10.92 6.8 30.44 -
YUV 74.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 88 52 152 0.42 0.66 0 0.40 261.6 0.49 0.4
Hex 58 34 98 2A 42 0 28 106 31 28
Octal 130 64 230 52 102 0 50 406 61 50
Binary 1011000 110100 10011000 101010 1000010 0 101000 100000110 110001 101000

Color Harmonies of #583498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583498

Black with #583498

Text Example


Text Example

White with #583498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583498; }

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

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

background-color css

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

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

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

border-color css

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

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

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