Html Css Color HEX #552CA5 Daisy Bush

📋 copy color: '#552CA5'

red 85 ◦ green 44 ◦ blue 165

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

Shades of Daisy Bush #552CA5

Tints of Daisy Bush #552CA5

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 value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#552CA5 (or 0x552CA5) is known color: 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

RGB 85 44 165 -
CMYK 0.48 0.73 0 0.35
HSL 260.33º 0.58% 0.41% -
HSV(B) 260.33º 0.73% 0.65% -
XYZ 11.44 6.45 36.24 -
YUV 70.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 85 44 165 0.48 0.73 0 0.35 260.33 0.58 0.41
Hex 55 2C A5 30 49 0 23 104 3A 29
Octal 125 54 245 60 111 0 43 404 72 51
Binary 1010101 101100 10100101 110000 1001001 0 100011 100000100 111010 101001

Color Harmonies of #552CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CA5

Black with #552CA5

Text Example


Text Example

White with #552CA5

Text Example


Text Example

HTML Codes & Css Web 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>