#552CA5

Color #552CA5 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #552CA5

Tints of Daisy Bush #552CA5

Color information

#552CA5 (or 0x552CA5) is unknown color: approx Daisy Bush. HEX triplet: 55, 2C and A5. RGB value is (85,44,165). Sum of RGB (Red+Green+Blue) = 85+44+165=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #552CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CA5 is #AAD35A. Grayscale: #454545. Windows color (decimal): -11195227 or 10824789. OLE color: 10824789.

HSL color Cylindrical-coordinate representation of color #552CA5: hue angle of 260.33º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552CA5 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8544165-
CMYK0.480.7300.35
HSL260.33º57.89%40.98%-
HSV(B)260.33º73.33%64.71%-
XYZ11.446.4536.24-
YUV70.05181.58138.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 165 (64.84% from 255) = 56.12%
R=28.91%
G=14.97%
B=56.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85441650.480.7300.35260.3357.8940.98
Hex552CA530490231043a29
Octal12554245601110434047251
Binary10101011011001010010111000010010010100011100000100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,165); }

 H1.HeaderClassName
 {
   color: #552CA5;
 }
 .AnyTagClassName
 {
   color: #552CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(85,44,165); }

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

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

 span { border-color: rgb(85,44,165); }

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