Html Css Color HEX #553590 Daisy Bush

📋 copy color: '#553590'

red 85 ◦ green 53 ◦ blue 144

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

Shades of Daisy Bush #553590

Tints of Daisy Bush #553590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 30.14%
G = 18.79%
B = 51.06%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#553590 (or 0x553590) is known color: Daisy Bush. HEX triplet: 55, 35 and 90. RGB value is (85,53,144). Sum of RGB (Red+Green+Blue) = 85+53+144=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #553590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553590 is #AACA6F. Grayscale: #484848. Windows color (decimal): -11192944 or 9450837. OLE color: 9450837.

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

Color convert

RGB 85 53 144 -
CMYK 0.41 0.63 0 0.44
HSL 261.1º 0.46% 0.39% -
HSV(B) 261.1º 0.63% 0.56% -
XYZ 10.05 6.49 27.11 -
YUV 72.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 85 53 144 0.41 0.63 0 0.44 261.1 0.46 0.39
Hex 55 35 90 29 3F 0 2C 105 2E 27
Octal 125 65 220 51 77 0 54 405 56 47
Binary 1010101 110101 10010000 101001 111111 0 101100 100000101 101110 100111

Color Harmonies of #553590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553590

Black with #553590

Text Example


Text Example

White with #553590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553590; }

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

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

background-color css

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

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

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

border-color css

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

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

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