Html Css Color HEX #552A95 Daisy Bush

📋 copy color: '#552A95'

red 85 ◦ green 42 ◦ blue 149

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

Shades of Daisy Bush #552A95

Tints of Daisy Bush #552A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 30.8%
G = 15.22%
B = 53.99%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552A95 (or 0x552A95) is known color: Daisy Bush. HEX triplet: 55, 2A and 95. RGB value is (85,42,149). Sum of RGB (Red+Green+Blue) = 85+42+149=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #552A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552A95 is #AAD56A. Grayscale: #424242. Windows color (decimal): -11195755 or 9775701. OLE color: 9775701.

HSL color Cylindrical-coordinate representation of color #552A95: hue angle of 264.11º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552A95 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 42 149 -
CMYK 0.43 0.72 0 0.42
HSL 264.11º 0.56% 0.37% -
HSV(B) 264.11º 0.72% 0.58% -
XYZ 10 5.76 29.02 -
YUV 67.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 85 42 149 0.43 0.72 0 0.42 264.11 0.56 0.37
Hex 55 2A 95 2B 48 0 2A 108 38 25
Octal 125 52 225 53 110 0 52 410 70 45
Binary 1010101 101010 10010101 101011 1001000 0 101010 100001000 111000 100101

Color Harmonies of #552A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A95

Black with #552A95

Text Example


Text Example

White with #552A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,42,149); }

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

background-color css

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

 a { background-color: rgb(85,42,149); }

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

border-color css

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

 span { border-color: rgb(85,42,149); }

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