Html Css Color HEX #5530A0 Daisy Bush

📋 copy color: '#5530A0'

red 85 ◦ green 48 ◦ blue 160

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

Shades of Daisy Bush #5530A0

Tints of Daisy Bush #5530A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 54.61%

R = 29.01%
G = 16.38%
B = 54.61%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5530A0 (or 0x5530A0) is known color: Daisy Bush. HEX triplet: 55, 30 and A0. RGB value is (85,48,160). Sum of RGB (Red+Green+Blue) = 85+48+160=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #5530A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5530A0 is #AACF5F. Grayscale: #474747. Windows color (decimal): -11194208 or 10498133. OLE color: 10498133.

HSL color Cylindrical-coordinate representation of color #5530A0: hue angle of 259.82º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5530A0 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 48 160 -
CMYK 0.47 0.70 0 0.37
HSL 259.82º 0.54% 0.41% -
HSV(B) 259.82º 0.7% 0.63% -
XYZ 11.15 6.58 33.94 -
YUV 71.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 85 48 160 0.47 0.70 0 0.37 259.82 0.54 0.41
Hex 55 30 A0 2F 46 0 25 104 36 29
Octal 125 60 240 57 106 0 45 404 66 51
Binary 1010101 110000 10100000 101111 1000110 0 100101 100000100 110110 101001

Color Harmonies of #5530A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530A0

Black with #5530A0

Text Example


Text Example

White with #5530A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5530A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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