Html Css Color HEX #552795 Daisy Bush

📋 copy color: '#552795'

red 85 ◦ green 39 ◦ blue 149

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

Shades of Daisy Bush #552795

Tints of Daisy Bush #552795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 31.14%
G = 14.29%
B = 54.58%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552795 (or 0x552795) is known color: Daisy Bush. HEX triplet: 55, 27 and 95. RGB value is (85,39,149). Sum of RGB (Red+Green+Blue) = 85+39+149=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #552795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552795 is #AAD86A. Grayscale: #404040. Windows color (decimal): -11196523 or 9774933. OLE color: 9774933.

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

Color convert

RGB 85 39 149 -
CMYK 0.43 0.74 0 0.42
HSL 265.09º 0.59% 0.37% -
HSV(B) 265.09º 0.74% 0.58% -
XYZ 9.9 5.55 28.98 -
YUV 65.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 85 39 149 0.43 0.74 0 0.42 265.09 0.59 0.37
Hex 55 27 95 2B 4A 0 2A 109 3B 25
Octal 125 47 225 53 112 0 52 411 73 45
Binary 1010101 100111 10010101 101011 1001010 0 101010 100001001 111011 100101

Color Harmonies of #552795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552795

Black with #552795

Text Example


Text Example

White with #552795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552795; }

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

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

background-color css

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

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

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

border-color css

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

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

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