Html Css Color HEX #553A91 Daisy Bush

📋 copy color: '#553A91'

red 85 ◦ green 58 ◦ blue 145

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

Shades of Daisy Bush #553A91

Tints of Daisy Bush #553A91

RGB

 RED value IS 85 (33.59% from 255) = 29.51%

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

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 29.51%
G = 20.14%
B = 50.35%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#553A91 (or 0x553A91) is known color: Daisy Bush. HEX triplet: 55, 3A and 91. RGB value is (85,58,145). Sum of RGB (Red+Green+Blue) = 85+58+145=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #553A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553A91 is #AAC56E. Grayscale: #4B4B4B. Windows color (decimal): -11191663 or 9517653. OLE color: 9517653.

HSL color Cylindrical-coordinate representation of color #553A91: hue angle of 258.62º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553A91 is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 58 145 -
CMYK 0.41 0.6 0 0.43
HSL 258.62º 0.43% 0.4% -
HSV(B) 258.62º 0.6% 0.57% -
XYZ 10.37 7 27.59 -
YUV 75.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 85 58 145 0.41 0.6 0 0.43 258.62 0.43 0.4
Hex 55 3A 91 29 3C 0 2B 103 2B 28
Octal 125 72 221 51 74 0 53 403 53 50
Binary 1010101 111010 10010001 101001 111100 0 101011 100000011 101011 101000

Color Harmonies of #553A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A91

Black with #553A91

Text Example


Text Example

White with #553A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A91; }

 p { color: rgb(85,58,145); }

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

background-color css

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

 a { background-color: rgb(85,58,145); }

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

border-color css

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

 span { border-color: rgb(85,58,145); }

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