Html Css Color HEX #583AA0 Daisy Bush

📋 copy color: '#583AA0'

red 88 ◦ green 58 ◦ blue 160

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

Shades of Daisy Bush #583AA0

Tints of Daisy Bush #583AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.29%

R = 28.76%
G = 18.95%
B = 52.29%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#583AA0 (or 0x583AA0) is known color: Daisy Bush. HEX triplet: 58, 3A and A0. RGB value is (88,58,160). Sum of RGB (Red+Green+Blue) = 88+58+160=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #583AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583AA0 is #A7C55F. Grayscale: #4E4E4E. Windows color (decimal): -10995040 or 10500696. OLE color: 10500696.

HSL color Cylindrical-coordinate representation of color #583AA0: hue angle of 257.65º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #583AA0 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 58 160 -
CMYK 0.45 0.64 0 0.37
HSL 257.65º 0.47% 0.43% -
HSV(B) 257.65º 0.64% 0.63% -
XYZ 11.88 7.64 34.11 -
YUV 78.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 88 58 160 0.45 0.64 0 0.37 257.65 0.47 0.43
Hex 58 3A A0 2D 40 0 25 102 2F 2B
Octal 130 72 240 55 100 0 45 402 57 53
Binary 1011000 111010 10100000 101101 1000000 0 100101 100000010 101111 101011

Color Harmonies of #583AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583AA0

Black with #583AA0

Text Example


Text Example

White with #583AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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