Html Css Color HEX #552BA0 Daisy Bush

📋 copy color: '#552BA0'

red 85 ◦ green 43 ◦ blue 160

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

Shades of Daisy Bush #552BA0

Tints of Daisy Bush #552BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

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

R = 29.51%
G = 14.93%
B = 55.56%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#552BA0 (or 0x552BA0) is known color: Daisy Bush. HEX triplet: 55, 2B and A0. RGB value is (85,43,160). Sum of RGB (Red+Green+Blue) = 85+43+160=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #552BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552BA0 is #AAD45F. Grayscale: #444444. Windows color (decimal): -11195488 or 10496853. OLE color: 10496853.

HSL color Cylindrical-coordinate representation of color #552BA0: hue angle of 261.54º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552BA0 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 43 160 -
CMYK 0.47 0.73 0 0.37
HSL 261.54º 0.58% 0.4% -
HSV(B) 261.54º 0.73% 0.63% -
XYZ 10.96 6.2 33.88 -
YUV 68.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 85 43 160 0.47 0.73 0 0.37 261.54 0.58 0.4
Hex 55 2B A0 2F 49 0 25 106 3A 28
Octal 125 53 240 57 111 0 45 406 72 50
Binary 1010101 101011 10100000 101111 1001001 0 100101 100000110 111010 101000

Color Harmonies of #552BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BA0

Black with #552BA0

Text Example


Text Example

White with #552BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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