Html Css Color HEX #553191 Daisy Bush

📋 copy color: '#553191'

red 85 ◦ green 49 ◦ blue 145

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

Shades of Daisy Bush #553191

Tints of Daisy Bush #553191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 30.47%
G = 17.56%
B = 51.97%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#553191 (or 0x553191) is known color: Daisy Bush. HEX triplet: 55, 31 and 91. RGB value is (85,49,145). Sum of RGB (Red+Green+Blue) = 85+49+145=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #553191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553191 is #AACE6E. Grayscale: #464646. Windows color (decimal): -11193967 or 9515349. OLE color: 9515349.

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

Color convert

RGB 85 49 145 -
CMYK 0.41 0.66 0 0.43
HSL 262.5º 0.49% 0.38% -
HSV(B) 262.5º 0.66% 0.57% -
XYZ 9.96 6.17 27.45 -
YUV 70.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 85 49 145 0.41 0.66 0 0.43 262.5 0.49 0.38
Hex 55 31 91 29 42 0 2B 106 31 26
Octal 125 61 221 51 102 0 53 406 61 46
Binary 1010101 110001 10010001 101001 1000010 0 101011 100000110 110001 100110

Color Harmonies of #553191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553191

Black with #553191

Text Example


Text Example

White with #553191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553191; }

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

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

background-color css

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

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

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

border-color css

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

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

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