Html Css Color HEX #552DA7 Daisy Bush

📋 copy color: '#552DA7'

red 85 ◦ green 45 ◦ blue 167

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

Shades of Daisy Bush #552DA7

Tints of Daisy Bush #552DA7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

 BLUE value IS 167 (65.63% from 255) = 56.23%

R = 28.62%
G = 15.15%
B = 56.23%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#552DA7 (or 0x552DA7) is known color: Daisy Bush. HEX triplet: 55, 2D and A7. RGB value is (85,45,167). Sum of RGB (Red+Green+Blue) = 85+45+167=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #552DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DA7 is #AAD258. Grayscale: #464646. Windows color (decimal): -11194969 or 10956117. OLE color: 10956117.

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

Color convert

RGB 85 45 167 -
CMYK 0.49 0.73 0 0.35
HSL 259.67º 0.58% 0.42% -
HSV(B) 259.67º 0.73% 0.65% -
XYZ 11.66 6.6 37.22 -
YUV 70.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 85 45 167 0.49 0.73 0 0.35 259.67 0.58 0.42
Hex 55 2D A7 31 49 0 23 104 3A 2A
Octal 125 55 247 61 111 0 43 404 72 52
Binary 1010101 101101 10100111 110001 1001001 0 100011 100000100 111010 101010

Color Harmonies of #552DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DA7

Black with #552DA7

Text Example


Text Example

White with #552DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,167); }

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

background-color css

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

 a { background-color: rgb(85,45,167); }

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

border-color css

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

 span { border-color: rgb(85,45,167); }

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