Html Css Color HEX #552298 Daisy Bush

📋 copy color: '#552298'

red 85 ◦ green 34 ◦ blue 152

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

Shades of Daisy Bush #552298

Tints of Daisy Bush #552298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 31.37%
G = 12.55%
B = 56.09%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#552298 (or 0x552298) is known color: Daisy Bush. HEX triplet: 55, 22 and 98. RGB value is (85,34,152). Sum of RGB (Red+Green+Blue) = 85+34+152=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #552298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552298 is #AADD67. Grayscale: #3E3E3E. Windows color (decimal): -11197800 or 9970261. OLE color: 9970261.

HSL color Cylindrical-coordinate representation of color #552298: hue angle of 265.93º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552298 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 34 152 -
CMYK 0.44 0.78 0 0.40
HSL 265.93º 0.63% 0.36% -
HSV(B) 265.93º 0.78% 0.6% -
XYZ 9.99 5.34 30.21 -
YUV 62.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 85 34 152 0.44 0.78 0 0.40 265.93 0.63 0.36
Hex 55 22 98 2C 4E 0 28 10A 3F 24
Octal 125 42 230 54 116 0 50 412 77 44
Binary 1010101 100010 10011000 101100 1001110 0 101000 100001010 111111 100100

Color Harmonies of #552298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552298

Black with #552298

Text Example


Text Example

White with #552298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552298; }

 p { color: rgb(85,34,152); }

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

background-color css

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

 a { background-color: rgb(85,34,152); }

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

border-color css

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

 span { border-color: rgb(85,34,152); }

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