Html Css Color HEX #553895 Daisy Bush

📋 copy color: '#553895'

red 85 ◦ green 56 ◦ blue 149

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

Shades of Daisy Bush #553895

Tints of Daisy Bush #553895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 29.31%
G = 19.31%
B = 51.38%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#553895 (or 0x553895) is known color: Daisy Bush. HEX triplet: 55, 38 and 95. RGB value is (85,56,149). Sum of RGB (Red+Green+Blue) = 85+56+149=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #553895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553895 is #AAC76A. Grayscale: #4A4A4A. Windows color (decimal): -11192171 or 9779285. OLE color: 9779285.

HSL color Cylindrical-coordinate representation of color #553895: hue angle of 258.71º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553895 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 56 149 -
CMYK 0.43 0.62 0 0.42
HSL 258.71º 0.45% 0.4% -
HSV(B) 258.71º 0.62% 0.58% -
XYZ 10.59 6.93 29.21 -
YUV 75.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 85 56 149 0.43 0.62 0 0.42 258.71 0.45 0.4
Hex 55 38 95 2B 3E 0 2A 103 2D 28
Octal 125 70 225 53 76 0 52 403 55 50
Binary 1010101 111000 10010101 101011 111110 0 101010 100000011 101101 101000

Color Harmonies of #553895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553895

Black with #553895

Text Example


Text Example

White with #553895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553895; }

 p { color: rgb(85,56,149); }

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

background-color css

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

 a { background-color: rgb(85,56,149); }

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

border-color css

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

 span { border-color: rgb(85,56,149); }

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