Html Css Color HEX #55358C Daisy Bush

📋 copy color: '#55358C'

red 85 ◦ green 53 ◦ blue 140

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

Shades of Daisy Bush #55358C

Tints of Daisy Bush #55358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 30.58%
G = 19.06%
B = 50.36%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55358C (or 0x55358C) is known color: Daisy Bush. HEX triplet: 55, 35 and 8C. RGB value is (85,53,140). Sum of RGB (Red+Green+Blue) = 85+53+140=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #55358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55358C is #AACA73. Grayscale: #484848. Windows color (decimal): -11192948 or 9188693. OLE color: 9188693.

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

Color convert

RGB 85 53 140 -
CMYK 0.39 0.62 0 0.45
HSL 262.07º 0.45% 0.38% -
HSV(B) 262.07º 0.62% 0.55% -
XYZ 9.75 6.37 25.53 -
YUV 72.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 85 53 140 0.39 0.62 0 0.45 262.07 0.45 0.38
Hex 55 35 8C 27 3E 0 2D 106 2D 26
Octal 125 65 214 47 76 0 55 406 55 46
Binary 1010101 110101 10001100 100111 111110 0 101101 100000110 101101 100110

Color Harmonies of #55358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55358C

Black with #55358C

Text Example


Text Example

White with #55358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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