Html Css Color HEX #552A98 Daisy Bush

📋 copy color: '#552A98'

red 85 ◦ green 42 ◦ blue 152

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

Shades of Daisy Bush #552A98

Tints of Daisy Bush #552A98

RGB

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

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

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

R = 30.47%
G = 15.05%
B = 54.48%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#552A98 (or 0x552A98) is known color: Daisy Bush. HEX triplet: 55, 2A and 98. RGB value is (85,42,152). Sum of RGB (Red+Green+Blue) = 85+42+152=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #552A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552A98 is #AAD567. Grayscale: #434343. Windows color (decimal): -11195752 or 9972309. OLE color: 9972309.

HSL color Cylindrical-coordinate representation of color #552A98: hue angle of 263.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552A98 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 42 152 -
CMYK 0.44 0.72 0 0.40
HSL 263.45º 0.57% 0.38% -
HSV(B) 263.45º 0.72% 0.6% -
XYZ 10.24 5.85 30.3 -
YUV 67.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 85 42 152 0.44 0.72 0 0.40 263.45 0.57 0.38
Hex 55 2A 98 2C 48 0 28 107 39 26
Octal 125 52 230 54 110 0 50 407 71 46
Binary 1010101 101010 10011000 101100 1001000 0 101000 100000111 111001 100110

Color Harmonies of #552A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A98

Black with #552A98

Text Example


Text Example

White with #552A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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