Html Css Color HEX #553498 Daisy Bush

📋 copy color: '#553498'

red 85 ◦ green 52 ◦ blue 152

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

Shades of Daisy Bush #553498

Tints of Daisy Bush #553498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 29.41%
G = 17.99%
B = 52.6%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#553498 (or 0x553498) is known color: Daisy Bush. HEX triplet: 55, 34 and 98. RGB value is (85,52,152). Sum of RGB (Red+Green+Blue) = 85+52+152=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #553498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553498 is #AACB67. Grayscale: #484848. Windows color (decimal): -11193192 or 9974869. OLE color: 9974869.

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

Color convert

RGB 85 52 152 -
CMYK 0.44 0.66 0 0.40
HSL 259.8º 0.49% 0.4% -
HSV(B) 259.8º 0.66% 0.6% -
XYZ 10.64 6.65 30.43 -
YUV 73.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 85 52 152 0.44 0.66 0 0.40 259.8 0.49 0.4
Hex 55 34 98 2C 42 0 28 104 31 28
Octal 125 64 230 54 102 0 50 404 61 50
Binary 1010101 110100 10011000 101100 1000010 0 101000 100000100 110001 101000

Color Harmonies of #553498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553498

Black with #553498

Text Example


Text Example

White with #553498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553498; }

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

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

background-color css

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

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

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

border-color css

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

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

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