Html Css Color HEX #553198 Daisy Bush

📋 copy color: '#553198'

red 85 ◦ green 49 ◦ blue 152

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

Shades of Daisy Bush #553198

Tints of Daisy Bush #553198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 29.72%
G = 17.13%
B = 53.15%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#553198 (or 0x553198) is known color: Daisy Bush. HEX triplet: 55, 31 and 98. RGB value is (85,49,152). Sum of RGB (Red+Green+Blue) = 85+49+152=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #553198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553198 is #AACE67. Grayscale: #474747. Windows color (decimal): -11193960 or 9974101. OLE color: 9974101.

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

Color convert

RGB 85 49 152 -
CMYK 0.44 0.68 0 0.40
HSL 260.97º 0.51% 0.39% -
HSV(B) 260.97º 0.68% 0.6% -
XYZ 10.51 6.39 30.39 -
YUV 71.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 85 49 152 0.44 0.68 0 0.40 260.97 0.51 0.39
Hex 55 31 98 2C 44 0 28 105 33 27
Octal 125 61 230 54 104 0 50 405 63 47
Binary 1010101 110001 10011000 101100 1000100 0 101000 100000101 110011 100111

Color Harmonies of #553198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553198

Black with #553198

Text Example


Text Example

White with #553198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553198; }

 p { color: rgb(85,49,152); }

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

background-color css

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

 a { background-color: rgb(85,49,152); }

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

border-color css

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

 span { border-color: rgb(85,49,152); }

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