Html Css Color HEX #553698 Daisy Bush

📋 copy color: '#553698'

red 85 ◦ green 54 ◦ blue 152

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

Shades of Daisy Bush #553698

Tints of Daisy Bush #553698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.56%

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

R = 29.21%
G = 18.56%
B = 52.23%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#553698 (or 0x553698) is known color: Daisy Bush. HEX triplet: 55, 36 and 98. RGB value is (85,54,152). Sum of RGB (Red+Green+Blue) = 85+54+152=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #553698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553698 is #AAC967. Grayscale: #4A4A4A. Windows color (decimal): -11192680 or 9975381. OLE color: 9975381.

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

Color convert

RGB 85 54 152 -
CMYK 0.44 0.64 0 0.40
HSL 258.98º 0.48% 0.4% -
HSV(B) 258.98º 0.64% 0.6% -
XYZ 10.73 6.84 30.46 -
YUV 74.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 85 54 152 0.44 0.64 0 0.40 258.98 0.48 0.4
Hex 55 36 98 2C 40 0 28 103 30 28
Octal 125 66 230 54 100 0 50 403 60 50
Binary 1010101 110110 10011000 101100 1000000 0 101000 100000011 110000 101000

Color Harmonies of #553698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553698

Black with #553698

Text Example


Text Example

White with #553698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553698; }

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

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

background-color css

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

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

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

border-color css

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

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

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