Html Css Color HEX #5841AB Daisy Bush

📋 copy color: '#5841AB'

red 88 ◦ green 65 ◦ blue 171

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

Shades of Daisy Bush #5841AB

Tints of Daisy Bush #5841AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 27.16%
G = 20.06%
B = 52.78%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5841AB (or 0x5841AB) is known color: Daisy Bush. HEX triplet: 58, 41 and AB. RGB value is (88,65,171). Sum of RGB (Red+Green+Blue) = 88+65+171=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5841AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5841AB is #A7BE54. Grayscale: #535353. Windows color (decimal): -10993237 or 11223384. OLE color: 11223384.

HSL color Cylindrical-coordinate representation of color #5841AB: hue angle of 253.02º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5841AB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 65 171 -
CMYK 0.49 0.62 0 0.33
HSL 253.02º 0.45% 0.46% -
HSV(B) 253.02º 0.62% 0.67% -
XYZ 13.27 8.8 39.53 -
YUV 83.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 88 65 171 0.49 0.62 0 0.33 253.02 0.45 0.46
Hex 58 41 AB 31 3E 0 21 FD 2D 2E
Octal 130 101 253 61 76 0 41 375 55 56
Binary 1011000 1000001 10101011 110001 111110 0 100001 11111101 101101 101110

Color Harmonies of #5841AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5841AB

Black with #5841AB

Text Example


Text Example

White with #5841AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5841AB; }

 p { color: rgb(88,65,171); }

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

background-color css

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

 a { background-color: rgb(88,65,171); }

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

border-color css

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

 span { border-color: rgb(88,65,171); }

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