Html Css Color HEX #55368C Daisy Bush

📋 copy color: '#55368C'

red 85 ◦ green 54 ◦ blue 140

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

Shades of Daisy Bush #55368C

Tints of Daisy Bush #55368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 30.47%
G = 19.35%
B = 50.18%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55368C (or 0x55368C) is known color: Daisy Bush. HEX triplet: 55, 36 and 8C. RGB value is (85,54,140). Sum of RGB (Red+Green+Blue) = 85+54+140=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #55368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55368C is #AAC973. Grayscale: #484848. Windows color (decimal): -11192692 or 9188949. OLE color: 9188949.

HSL color Cylindrical-coordinate representation of color #55368C: hue angle of 261.63º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55368C is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 54 140 -
CMYK 0.39 0.61 0 0.45
HSL 261.63º 0.44% 0.38% -
HSV(B) 261.63º 0.61% 0.55% -
XYZ 9.8 6.46 25.54 -
YUV 73.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 85 54 140 0.39 0.61 0 0.45 261.63 0.44 0.38
Hex 55 36 8C 27 3D 0 2D 106 2C 26
Octal 125 66 214 47 75 0 55 406 54 46
Binary 1010101 110110 10001100 100111 111101 0 101101 100000110 101100 100110

Color Harmonies of #55368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55368C

Black with #55368C

Text Example


Text Example

White with #55368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55368C; }

 p { color: rgb(85,54,140); }

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

background-color css

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

 a { background-color: rgb(85,54,140); }

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

border-color css

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

 span { border-color: rgb(85,54,140); }

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