Html Css Color HEX #552F99 Daisy Bush

📋 copy color: '#552F99'

red 85 ◦ green 47 ◦ blue 153

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

Shades of Daisy Bush #552F99

Tints of Daisy Bush #552F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 29.82%
G = 16.49%
B = 53.68%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#552F99 (or 0x552F99) is known color: Daisy Bush. HEX triplet: 55, 2F and 99. RGB value is (85,47,153). Sum of RGB (Red+Green+Blue) = 85+47+153=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #552F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F99 is #AAD066. Grayscale: #464646. Windows color (decimal): -11194471 or 10039125. OLE color: 10039125.

HSL color Cylindrical-coordinate representation of color #552F99: hue angle of 261.51º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552F99 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 47 153 -
CMYK 0.44 0.69 0 0.4
HSL 261.51º 0.53% 0.39% -
HSV(B) 261.51º 0.69% 0.6% -
XYZ 10.51 6.26 30.79 -
YUV 70.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 85 47 153 0.44 0.69 0 0.4 261.51 0.53 0.39
Hex 55 2F 99 2C 45 0 28 106 35 27
Octal 125 57 231 54 105 0 50 406 65 47
Binary 1010101 101111 10011001 101100 1000101 0 101000 100000110 110101 100111

Color Harmonies of #552F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F99

Black with #552F99

Text Example


Text Example

White with #552F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,153); }

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

background-color css

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

 a { background-color: rgb(85,47,153); }

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

border-color css

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

 span { border-color: rgb(85,47,153); }

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