Html Css Color HEX #583AA8 Daisy Bush

📋 copy color: '#583AA8'

red 88 ◦ green 58 ◦ blue 168

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

Shades of Daisy Bush #583AA8

Tints of Daisy Bush #583AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 168 (66.02% from 255) = 53.5%

R = 28.03%
G = 18.47%
B = 53.5%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#583AA8 (or 0x583AA8) is known color: Daisy Bush. HEX triplet: 58, 3A and A8. RGB value is (88,58,168). Sum of RGB (Red+Green+Blue) = 88+58+168=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 168 (66.02% from 255 or 53.50% from 314); Max value from RGB is 168 - color contains mainly: blue. Hex color #583AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583AA8 is #A7C557. Grayscale: #4F4F4F. Windows color (decimal): -10995032 or 11024984. OLE color: 11024984.

HSL color Cylindrical-coordinate representation of color #583AA8: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #583AA8 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 58 168 -
CMYK 0.48 0.65 0 0.34
HSL 256.36º 0.49% 0.44% -
HSV(B) 256.36º 0.65% 0.66% -
XYZ 12.61 7.93 37.91 -
YUV 79.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 88 58 168 0.48 0.65 0 0.34 256.36 0.49 0.44
Hex 58 3A A8 30 41 0 22 100 31 2C
Octal 130 72 250 60 101 0 42 400 61 54
Binary 1011000 111010 10101000 110000 1000001 0 100010 100000000 110001 101100

Color Harmonies of #583AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583AA8

Black with #583AA8

Text Example


Text Example

White with #583AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583AA8; }

 p { color: rgb(88,58,168); }

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

background-color css

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

 a { background-color: rgb(88,58,168); }

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

border-color css

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

 span { border-color: rgb(88,58,168); }

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