Html Css Color HEX #55249D Daisy Bush

📋 copy color: '#55249D'

red 85 ◦ green 36 ◦ blue 157

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

Shades of Daisy Bush #55249D

Tints of Daisy Bush #55249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 30.58%
G = 12.95%
B = 56.47%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55249D (or 0x55249D) is known color: Daisy Bush. HEX triplet: 55, 24 and 9D. RGB value is (85,36,157). Sum of RGB (Red+Green+Blue) = 85+36+157=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #55249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55249D is #AADB62. Grayscale: #404040. Windows color (decimal): -11197283 or 10298453. OLE color: 10298453.

HSL color Cylindrical-coordinate representation of color #55249D: hue angle of 264.3º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55249D is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 36 157 -
CMYK 0.46 0.77 0 0.38
HSL 264.3º 0.63% 0.38% -
HSV(B) 264.3º 0.77% 0.62% -
XYZ 10.46 5.63 32.43 -
YUV 64.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 85 36 157 0.46 0.77 0 0.38 264.3 0.63 0.38
Hex 55 24 9D 2E 4D 0 26 108 3F 26
Octal 125 44 235 56 115 0 46 410 77 46
Binary 1010101 100100 10011101 101110 1001101 0 100110 100001000 111111 100110

Color Harmonies of #55249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55249D

Black with #55249D

Text Example


Text Example

White with #55249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55249D; }

 p { color: rgb(85,36,157); }

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

background-color css

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

 a { background-color: rgb(85,36,157); }

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

border-color css

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

 span { border-color: rgb(85,36,157); }

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