Html Css Color HEX #553095 Daisy Bush

📋 copy color: '#553095'

red 85 ◦ green 48 ◦ blue 149

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

Shades of Daisy Bush #553095

Tints of Daisy Bush #553095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 30.14%
G = 17.02%
B = 52.84%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#553095 (or 0x553095) is known color: Daisy Bush. HEX triplet: 55, 30 and 95. RGB value is (85,48,149). Sum of RGB (Red+Green+Blue) = 85+48+149=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #553095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553095 is #AACF6A. Grayscale: #464646. Windows color (decimal): -11194219 or 9777237. OLE color: 9777237.

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

Color convert

RGB 85 48 149 -
CMYK 0.43 0.68 0 0.42
HSL 261.98º 0.51% 0.39% -
HSV(B) 261.98º 0.68% 0.58% -
XYZ 10.23 6.22 29.09 -
YUV 70.58 172.26 138.29 -
System Red Green Blue C M Y K H S L
Decimal 85 48 149 0.43 0.68 0 0.42 261.98 0.51 0.39
Hex 55 30 95 2B 44 0 2A 106 33 27
Octal 125 60 225 53 104 0 52 406 63 47
Binary 1010101 110000 10010101 101011 1000100 0 101010 100000110 110011 100111

Color Harmonies of #553095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553095

Black with #553095

Text Example


Text Example

White with #553095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553095; }

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

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

background-color css

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

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

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

border-color css

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

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

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