Html Css Color HEX #553591 Daisy Bush

📋 copy color: '#553591'

red 85 ◦ green 53 ◦ blue 145

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

Shades of Daisy Bush #553591

Tints of Daisy Bush #553591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

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

R = 30.04%
G = 18.73%
B = 51.24%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#553591 (or 0x553591) is known color: Daisy Bush. HEX triplet: 55, 35 and 91. RGB value is (85,53,145). Sum of RGB (Red+Green+Blue) = 85+53+145=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #553591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553591 is #AACA6E. Grayscale: #484848. Windows color (decimal): -11192943 or 9516373. OLE color: 9516373.

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

Color convert

RGB 85 53 145 -
CMYK 0.41 0.63 0 0.43
HSL 260.87º 0.46% 0.39% -
HSV(B) 260.87º 0.63% 0.57% -
XYZ 10.13 6.52 27.51 -
YUV 73.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 85 53 145 0.41 0.63 0 0.43 260.87 0.46 0.39
Hex 55 35 91 29 3F 0 2B 105 2E 27
Octal 125 65 221 51 77 0 53 405 56 47
Binary 1010101 110101 10010001 101001 111111 0 101011 100000101 101110 100111

Color Harmonies of #553591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553591

Black with #553591

Text Example


Text Example

White with #553591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553591; }

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

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

background-color css

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

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

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

border-color css

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

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

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