Html Css Color HEX #553290 Daisy Bush

📋 copy color: '#553290'

red 85 ◦ green 50 ◦ blue 144

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

Shades of Daisy Bush #553290

Tints of Daisy Bush #553290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 30.47%
G = 17.92%
B = 51.61%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#553290 (or 0x553290) is known color: Daisy Bush. HEX triplet: 55, 32 and 90. RGB value is (85,50,144). Sum of RGB (Red+Green+Blue) = 85+50+144=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #553290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553290 is #AACD6F. Grayscale: #464646. Windows color (decimal): -11193712 or 9450069. OLE color: 9450069.

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

Color convert

RGB 85 50 144 -
CMYK 0.41 0.65 0 0.44
HSL 262.34º 0.48% 0.38% -
HSV(B) 262.34º 0.65% 0.56% -
XYZ 9.92 6.23 27.06 -
YUV 71.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 85 50 144 0.41 0.65 0 0.44 262.34 0.48 0.38
Hex 55 32 90 29 41 0 2C 106 30 26
Octal 125 62 220 51 101 0 54 406 60 46
Binary 1010101 110010 10010000 101001 1000001 0 101100 100000110 110000 100110

Color Harmonies of #553290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553290

Black with #553290

Text Example


Text Example

White with #553290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553290; }

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

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

background-color css

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

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

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

border-color css

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

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

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